Viewing Item

#400394: Crown of Good and Evil (Night Watch - Shotgun)

Item ID 400394 For Sale No
Identifier GoodnEvil_Circlet_NW4 Credit Price Not For Sale
Name Crown of Good and Evil (Night Watch - Shotgun) 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 Rebellion
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 if (.@r>=7) {

6 bonus bRes,50;

7 if (.@r>=9) {

8 bonus bDelayrate,-5;

9 bonus bAspdRate,5;

10 if (.@r>=11) {

11 bonus bFixedCast,-300;

12 bonus bAtkRate,5;

13 }

14 }

15 }

16 if (.@g>=ENCHANTGRADE_D) {

17 bonus bMaxHPrate,5;

18 if (.@g>=ENCHANTGRADE_C) {

19 bonus bPAtk,3;

20 bonus bSMatk,3;

21 if (.@g>=ENCHANTGRADE_B) {

22 bonus bPAtk,2;

23 bonus bSMatk,2;

24 bonus bPow,2;

25 bonus bSpl,2;

26 if (.@g>=ENCHANTGRADE_A) {

27 bonus bMRes,50;

28 bonus bRes,50;

29 if (.@r>=12) {

30 bonus bFixedCast,-200;

31 }

32 }

33 }

34 }

35 }

Equip Script None
Unequip Script None