Artwork unavailable
RENEWAL / ITEMS
Booster Adventurer's Premium Robe [1]
#450261Armor
P_90Lv_Robe
TypeArmor
Equipment positionArmor
GenderBoth
Weight0
Buy price0 z
Sell price0 z
DEF80
Slots1
Required level90
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();
bonus bInt,5;
bonus bDex,5;
bonus bMaxHP,1000;
bonus bMaxSP,150;
bonus bDef,80;
bonus bMdef,5;
if (.@r>=5) {
bonus bDef,20;
bonus bMaxSP,50;
if (.@r>=7) {
bonus bDex,5;
if (.@r>=9) {
bonus bAtkRate,2;
bonus bMatkRate,2;
}
}
}