Viewing Item

#400377: Crown of Good and Evil (Elemental Master)

Item ID 400377 For Sale No
Identifier GoodnEvil_Circlet_EM Credit Price Not For Sale
Name Crown of Good and Evil (Elemental Master) Type Armor
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 0
Range 0 Defense 10
Slots 1 Refineable Yes
Attack 0 Min Equip Level 215
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 bonus2 bMagicAddRace,RC_All,5*(.@r/3);

4 bonus2 bMagicAtkEle,Ele_Earth,7*(.@r/4);

5 bonus2 bMagicAtkEle,Ele_Fire,7*(.@r/4);

6 bonus2 bMagicAtkEle,Ele_Water,7*(.@r/4);

7 bonus2 bMagicAtkEle,Ele_Poison,7*(.@r/4);

8 if (.@r>=7) {

9 bonus bRes,50;

10 if (.@r>=9) {

11 bonus bVariableCastrate,-10;

12 if (.@r>=11) {

13 bonus bFixedCast,-300;

14 bonus bMatkRate,5;

15 }

16 }

17 }

18 if (.@g>=ENCHANTGRADE_D) {

19 bonus bMaxHPrate,5;

20 if (.@g>=ENCHANTGRADE_C) {

21 bonus bPAtk,3;

22 bonus bSMatk,3;

23 if (.@g>=ENCHANTGRADE_B) {

24 bonus bPAtk,2;

25 bonus bSMatk,2;

26 bonus bPow,2;

27 bonus bSpl,2;

28 if (.@g>=ENCHANTGRADE_A) {

29 bonus bMRes,50;

30 bonus bRes,50;

31 if (.@r>=12) {

32 bonus bFixedCast,-200;

33 }

34 }

35 }

36 }

37 }

Equip Script None
Unequip Script None