Viewing Item

#400389: Crown of Good and Evil (Hyper Novice)

Item ID 400389 For Sale No
Identifier GoodnEvil_Circlet_HN Credit Price Not For Sale
Name Crown of Good and Evil (Hyper Novice) 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 Super novice
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 bLongAtkRate,7*(.@r/4);

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

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

8 if (.@r>=7) {

9 bonus bRes,50;

10 if (.@r>=9) {

11 bonus bDelayrate,-5;

12 bonus bVariableCastrate,-5;

13 if (.@r>=11) {

14 bonus bFixedCast,-300;

15 bonus bMatkRate,5;

16 bonus bAtkRate,5;

17 }

18 }

19 }

20 if (.@g>=ENCHANTGRADE_D) {

21 bonus bMaxHPrate,5;

22 if (.@g>=ENCHANTGRADE_C) {

23 bonus bPAtk,3;

24 bonus bSMatk,3;

25 if (.@g>=ENCHANTGRADE_B) {

26 bonus bPAtk,2;

27 bonus bSMatk,2;

28 bonus bPow,2;

29 bonus bSpl,2;

30 if (.@g>=ENCHANTGRADE_A) {

31 bonus bMRes,50;

32 bonus bRes,50;

33 if (.@r>=12) {

34 bonus bFixedCast,-200;

35 }

36 }

37 }

38 }

39 }

Equip Script None
Unequip Script None