Boosted Adventurer's Boots
| Item ID | 470216 | Name | Boosted Adventurer's Boots |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Z_Boost_Greave | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Footgear | ||
| Defense | 30 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 0 | Min Equip Level | 1 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bVariableCastrate,-5;
bonus bSPrecovRate,25;
bonus bAllStats,.@r/3;
if (.@r>=5) {
bonus bFlee,30;
if (.@r>=7) {
bonus bBaseAtk,20;
bonus bMatk,20;
bonus bHit,5;
}
}
|
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
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;
}
|