Viewing Item

#400662: Crown of Wrath (Elemental Master)

Item ID 400662 For Sale No
Identifier FuriousCirclet_EM Credit Price Not For Sale
Name Crown of Wrath (Elemental Master) Type Armor
NPC Buy 0 Weight 30
NPC Sell 0 Weapon Level 0
Range 0 Defense 30
Slots 1 Refineable Yes
Attack 0 Min Equip Level 235
MATK 0 Max Equip Level None
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs Sage
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bMatk,10*(.@r/2);

4 bonus2 bSkillAtk,"EM_DIAMOND_STORM",4*(.@r/3);

5 bonus2 bSkillAtk,"EM_CONFLAGRATION",4*(.@r/3);

6 bonus2 bSkillAtk,"EM_LIGHTNING_LAND",4*(.@r/3);

7 bonus2 bSkillAtk,"EM_TERRA_DRIVE",4*(.@r/3);

8 if (.@r>=7) {

9 bonus bAspdRate,15;

10 if (.@r>=9) {

11 bonus2 bMagicAtkEle,Ele_All,10;

12 if (.@r>=11) {

13 bonus bFixedCast,-300;

14 bonus bMatkRate,5;

15 }

16 }

17 }

18 if (.@g>=ENCHANTGRADE_D) {

19 bonus bSMatk,3;

20 bonus bSpl,5;

21 bonus bCon,5;

22 if (.@g>=ENCHANTGRADE_C) {

23 bonus2 bMagicAtkEle,Ele_All,10;

24 if (.@g>=ENCHANTGRADE_B) {

25 bonus bFixedCast,-200;

26 bonus bMatkRate,5;

27 if (.@g>=ENCHANTGRADE_A) {

28 bonus2 bMagicAtkEle,Ele_All,15;

29 bonus bSMatk,5;

30 }

31 }

32 }

33 }

Equip Script None
Unequip Script None