Viewing Item

#32258: Ring of Jupiter

Item ID 32258 For Sale No
Identifier RingofJupiter Credit Price Not For Sale
Name Ring of Jupiter 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
MATK 0 Max Equip Level None
Equip Locations Accessory Left/Right
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@p = getitempos();

2 skill "AL_BLESSING",5;

3 if (.@p == EQP_ACC_R) {

4 bonus bBaseAtk,15*(readparam(bLuk)/10);

5 bonus bMatk,15*(readparam(bLuk)/10);

6 if (readparam(bLuk) >= 125) {

7 bonus2 bAddClass,Class_Boss,15;

8 bonus2 bMagicAddClass,Class_Boss,15;

9 }

10 }

11 if (.@p == EQP_ACC_L) {

12 bonus bMaxHPrate,2*(readparam(bVit)/10);

13 bonus bMaxSPrate,2*(readparam(bVit)/10);

14 if (readparam(bVit) >= 125) {

15 bonus bDef,300;

16 bonus bMdef,50;

17 bonus2 bSubRace,RC_Player_Human,3;

18 bonus2 bSubRace,RC_Player_Doram,3;

19 }

20 }

Equip Script None
Unequip Script None