Viewing Item

#400380: Crown of Good and Evil (Meister)

Item ID 400380 For Sale No
Identifier GoodnEvil_Circlet_MT Credit Price Not For Sale
Name Crown of Good and Evil (Meister) 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 Blacksmith
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 bonus bLongAtkRate,7*(.@r/4);

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

6 if (.@r>=7) {

7 bonus bRes,50;

8 if (.@r>=9) {

9 bonus bAspdRate,5;

10 bonus bCritical,5;

11 if (.@r>=11) {

12 bonus bFixedCast,-300;

13 bonus bAtkRate,5;

14 }

15 }

16 }

17 if (.@g>=ENCHANTGRADE_D) {

18 bonus bMaxHPrate,5;

19 if (.@g>=ENCHANTGRADE_C) {

20 bonus bPAtk,3;

21 bonus bSMatk,3;

22 if (.@g>=ENCHANTGRADE_B) {

23 bonus bPAtk,2;

24 bonus bSMatk,2;

25 bonus bPow,2;

26 bonus bSpl,2;

27 if (.@g>=ENCHANTGRADE_A) {

28 bonus bMRes,50;

29 bonus bRes,50;

30 if (.@r>=12) {

31 bonus bFixedCast,-200;

32 }

33 }

34 }

35 }

36 }

Equip Script None
Unequip Script None