Artwork unavailable
RENEWAL / ITEMS
Boosting Forged Mail Type D
#450304Armor
Z_Boost_Set4_Armor
TypeArmor
Equipment positionArmor
GenderBoth
Weight0
Buy price0 z
Sell price0 z
DEF50
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 bInt,3;
bonus bDex,3;
bonus bMaxHP,600;
bonus bMaxSP,200;
bonus2 bSubSize,Size_All,5;
if (.@r>=7) {
bonus bInt,2;
bonus bDex,2;
bonus bMaxHP,200;
bonus bMaxSP,40;
if (.@r>=9) {
bonus2 bAddSize,Size_All,5;
bonus2 bMagicAddSize,Size_All,5;
}
}