 |
Ring of Jupiter [1] [Accessory] Item ID# 32258 (Ring_of_Jupiter) |   |
|
Type |
Armor |
Class |
Accessory |
Buy |
20z |
Sell |
10z |
Weight |
50 |
Defense |
2 | Required Lvl |
100 | | Slot |
1 | |
Refineable |
No | |
Applicable Jobs |  | Every Job |
|
Description |
A ring that carries the power of a giant star. It is said wearing this ring will grant you powers.
Enables the use of Level 5 Blessing.
When equipped as Accessory Right: For each 10 base LUK: ATK +15, MATK +15. Base LUK is at least 125: Increases damage against Boss class monsters by 15%.
When equipped as Accessory Left: For each 10 base VIT: MaxHP +2%, MaxSP +2%. Base VIT is at least 125: DEF +300, MDEF +50. Decreases damage taken from DemiHuman and Doram players by 3%. |
Item Script |
{ 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; } } },{},{} |
Dropped By | No Result |
---|