Artwork unavailable
RENEWAL / ITEMS
Booster Adventurer's Premium Mail [1]
#450259Armor
P_90Lv_Mail
TypeArmor
Equipment positionArmor
GenderBoth
Weight0
Buy price0 z
Sell price0 z
DEF100
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 bStr,5;
bonus bAgi,5;
bonus bMaxHP,1200;
bonus bMaxSP,100;
bonus bDef,80;
bonus bMdef,5;
if (.@r>=5) {
bonus bDef,20;
bonus bMaxHP,100;
if (.@r>=7) {
bonus bAgi,5;
if (.@r>=9) {
bonus bAtkRate,2;
bonus bMatkRate,2;
}
}
}