Viewing Item

#28595: Ring of the Blue Dragon

Item ID 28595 For Sale No
Identifier BlueDragonRing_TW Credit Price Not For Sale
Name Ring of the Blue Dragon Type Armor
NPC Buy 0 Weight 20
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 1 Refineable No
Attack 0 Min Equip Level 1
MATK 0 Max Equip Level None
Equip Locations Accessory Right
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 bonus bAllStats,1;

2 bonus bMdef,10;

3 if (BaseClass == Job_Swordman) {

4 bonus bMaxHPrate,7;

5 bonus2 bSkillAtk,"RK_SONICWAVE",50;

6 autobonus3 "{ bonus bAspd,2; }",1000,30000,"PA_SACRIFICE";

7 }

8 if (BaseClass == Job_Mage) {

9 bonus bMatkRate,5;

10 bonus5 bAutoSpellOnSkill,"WL_FROSTMISTY","MG_SAFETYWALL",5,1000,1;

11 bonus5 bAutoSpellOnSkill,"PF_FOGWALL","MG_SAFETYWALL",5,1000,1;

12 }

13 if (BaseClass == Job_Thief) {

14 bonus bFlee,10;

15 bonus2 bSkillCooldown,"GC_HALLUCINATIONWALK",-60000;

16 bonus2 bVariableCastrate,"SC_MANHOLE",-100;

17 }

18 if (BaseClass == Job_Acolyte) {

19 bonus bDelayrate,-5;

20 autobonus3 "{ bonus bMaxHPrate,25; bonus bDelayrate,-20; }",1000,30000,"AB_OFFERTORIUM";

21 autobonus3 "{ bonus bMaxHPrate,25; bonus bDelayrate,-20; }",1000,10000,"SR_RAISINGDRAGON";

22 }

23 if (BaseClass == Job_Archer) {

24 bonus bAspd,1;

25 autobonus3 "{ bonus bVariableCastrate,-100; }",1000,5000,"RA_WUGBITE";

26 bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",BaseLevel*2;

27 }

28 if (BaseClass == Job_Merchant) {

29 bonus bAtkRate,5;

30 bonus2 bSkillAtk,"GN_CART_TORNADO",20;

31 bonus5 bAutoSpellOnSkill,"NC_SELFDESTRUCTION","GN_CARTBOOST",5,1000,1;

32 }

33 if (BaseClass == Job_Novice || BaseClass == Job_Taekwon || Class == Job_Ninja || Class == Job_Gunslinger) {

34 bonus bAtkRate,5;

35 bonus bMatkRate,5;

36 }

Equip Script None
Unequip Script None