Viewing Item

#400375: Crown of Good and Evil (Imperial Guard)

Item ID 400375 For Sale No
Identifier GoodnEvil_Circlet_IG Credit Price Not For Sale
Name Crown of Good and Evil (Imperial Guard) 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 Crusader
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus2 bAddRace,RC_All,5*(.@r/3);

4 bonus2 bMagicAddRace,RC_All,5*(.@r/3);

5 bonus bShortAtkRate,7*(.@r/4);

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

7 if (.@r>=7) {

8 bonus bRes,50;

9 if (.@r>=9) {

10 bonus bAspdRate,5;

11 bonus bVariableCastrate,-5;

12 if (.@r>=11) {

13 bonus bFixedCast,-300;

14 bonus bMatkRate,5;

15 bonus bAtkRate,5;

16 }

17 }

18 }

19 if (.@g>=ENCHANTGRADE_D) {

20 bonus bMaxHPrate,5;

21 if (.@g>=ENCHANTGRADE_C) {

22 bonus bPAtk,3;

23 bonus bSMatk,3;

24 if (.@g>=ENCHANTGRADE_B) {

25 bonus bPAtk,2;

26 bonus bSMatk,2;

27 bonus bPow,2;

28 bonus bSpl,2;

29 if (.@g>=ENCHANTGRADE_A) {

30 bonus bMRes,50;

31 bonus bRes,50;

32 if (.@r>=12) {

33 bonus bFixedCast,-200;

34 }

35 }

36 }

37 }

38 }

Equip Script None
Unequip Script None