Artwork unavailable
RENEWAL / ITEMS
Boosting Mail Type C [1]
#450342Armor
Z_Boost_Set3_Armor_01
TypeArmor
Equipment positionArmor
GenderBoth
Weight0
Buy price0 z
Sell price0 z
DEF70
Slots1
Required level1
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 bAgi,3;
bonus bDex,3;
bonus bMaxHP,900;
bonus bMaxSP,150;
bonus2 bSubSize,Size_All,5;
if (.@r>=7) {
bonus bAgi,2;
bonus bDex,2;
bonus bMaxHP,300;
bonus bMaxSP,30;
if (.@r>=9) {
bonus2 bAddSize,Size_All,5;
bonus2 bMagicAddSize,Size_All,5;
}
}