Contingent Sandal
| Item ID | 22156 | Name | Contingent Sandal |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | 80Lv_Sandal | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Footgear | ||
| Defense | 15 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 30 | Min Equip Level | 80 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bHPrecovRate,15; bonus bSPrecovRate,7; if (getrefine()>=5) bonus bHealPower,2; |
||||
| Set | Script | ||||||||
|---|---|---|---|---|---|---|---|---|---|
|
bonus bMatk,25;
if ((getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES)) >=25) {
bonus bHealPower,2;
bonus bVariableCastrate,-7;
bonus bFixedCastrate,-10;
}
|