
RENEWAL / ITEMS
Europa Robe [1]
#450010Armor
Europa_Robe_J
TypeArmor
Equipment positionArmor
GenderBoth
Weight50
Buy price200,000 z
Sell price100,000 z
DEF35
Slots1
Required level100
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
.@a = (readparam(bVit)+readparam(bLuk))/10;
bonus bMdef,10;
bonus bVit,5;
bonus bLuk,5;
bonus bDelayrate,-10;
if (.@r>=7) {
bonus2 bSubRace,RC_Player_Human,7;
bonus2 bSubRace,RC_Player_Doram,7;
bonus bUnbreakableArmor;
}
if (.@r>=8) {
bonus bBaseAtk,10*.@a;
bonus bMatk,10*.@a;
}
if (.@r>=9)
bonus2 bResEff,Eff_Stone,10000;