Viewing Item

#400696: Furious Crown (Night's Watch)

Item ID 400696 For Sale No
Identifier FuriousCirclet_NW Credit Price Not For Sale
Name Furious Crown (Night's Watch) Type Armor
NPC Buy 0 Weight 30
NPC Sell 0 Weapon Level 0
Range 0 Defense 30
Slots 1 Refineable Yes
Attack 0 Min Equip Level 235
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 bonus bBaseAtk,10*(.@r/2);

4 bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",4*(.@r/3);

5 bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",4*(.@r/3);

6 if (.@r>=7) {

7 bonus bDelayrate,-10;

8 if (.@r>=9) {

9 bonus bLongAtkRate,10;

10 bonus bCritAtkRate,10;

11 if (.@r>=11) {

12 bonus bFixedCast,-300;

13 bonus bAtkRate,5;

14 }

15 }

16 }

17 if (.@g>=ENCHANTGRADE_D) {

18 bonus bPAtk,3;

19 bonus bPow,5;

20 bonus bCon,5;

21 if (.@g>=ENCHANTGRADE_C) {

22 bonus bLongAtkRate,10;

23 bonus bCritAtkRate,10;

24 if (.@g>=ENCHANTGRADE_B) {

25 bonus bFixedCast,-200;

26 bonus bAtkRate,5;

27 if (.@g>=ENCHANTGRADE_A) {

28 bonus bLongAtkRate,15;

29 bonus bPAtk,5;

30 }

31 }

32 }

33 }

Equip Script None
Unequip Script None