Artwork unavailable
RENEWAL / ITEMS
Boosted Adventurer's Armor
#450300Armor
Z_Boost_Armor
Item stats
- DEF
- 80
- Weight
- 0
- Armor level
- 1
- Buy price
- 0 z
- Sell price
- 0 z
Equipment & requirements
- Type
- Armor
- Equipment position
- Armor
- Gender
- Both
- Required level
- 1+
No description is available. Available 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 bMaxHP,700;
bonus bMaxSP,200;
bonus bAllStats,.@r/3;
if (.@r>=7) {
bonus bBaseAtk,30;
bonus bMatk,30;
if (.@r>=9) {
bonus bAspdRate,7;
bonus bVariableCastrate,-7;
}
}
Equipment sets
Set 1
Set effect
if ((getequiprefinerycnt(EQI_ARMOR) + getequiprefinerycnt(EQI_GARMENT) + getequiprefinerycnt(EQI_SHOES)) >= 27) {
bonus bAtkRate,5;
bonus bMatkRate,5;
bonus bAspdRate,10;
bonus bVariableCastrate,-7;
bonus bFixedCastrate,-10;
}