Item ID | 32258 | For Sale | No |
---|---|---|---|
Identifier | Ring_of_Jupiter | Credit Price | Not For Sale |
Name | Anel de Júpiter | Type | Armor |
NPC Buy | 20 | Weight | 50 |
NPC Sell | 10 | Weapon Level | 0 |
Range | 0 | Defense | 2 |
Slots | 1 | Refineable | No |
Attack | 0 | Min Equip Level | 100 |
Equip Locations | Accessory Right + Accessory Left | ||
Equip Upper | Normal / Upper / Baby / Third / Third Upper / Third Baby | ||
Equippable Jobs | All Jobs | ||
Equip Gender | Both (Male and Female) | ||
Item Use Script |
1 skill "AL_BLESSING",5; if (getequipid(EQI_ACC_R) == 32258) { bonus bBaseAtk,15*(readparam(bLuk)/10); bonus bMatk,15*(readparam(bLuk)/10); if (readparam(bLuk) >= 125) { bonus2 bAddClass,Class_Boss,15; bonus2 bMagicAddClass,Class_Boss,15; } } if (getequipid(EQI_ACC_L) == 32258) { bonus bMaxHPRate,2*(readparam(bVit)/10); bonus bMaxSPRate,2*(readparam(bVit)/10); if (readparam(bVit) >= 125) { bonus bDef,300; bonus bMdef,50; bonus2 bSubRace,RC_Player,3; } } |
||
Equip Script | None | ||
Unequip Script | None |