Viewing Item

#400608: Furious Crown (Windhawk)

Item ID 400608 For Sale No
Identifier FuriousCirclet_WH Credit Price Not For Sale
Name Furious Crown (Windhawk) 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 Hunter
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,"WH_CRESCIVE_BOLT",4*(.@r/3);

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

6 if (.@r>=7) {

7 bonus bVariableCastrate,-15;

8 if (.@r>=9) {

9 bonus bLongAtkRate,10;

10 if (.@r>=11) {

11 bonus bFixedCast,-300;

12 bonus bAtkRate,5;

13 }

14 }

15 }

16 if (.@g>=ENCHANTGRADE_D) {

17 bonus bPAtk,3;

18 bonus bPow,5;

19 bonus bCon,5;

20 if (.@g>=ENCHANTGRADE_C) {

21 bonus bLongAtkRate,10;

22 if (.@g>=ENCHANTGRADE_B) {

23 bonus bFixedCast,-200;

24 bonus bAtkRate,5;

25 if (.@g>=ENCHANTGRADE_A) {

26 bonus bCritAtkRate,15;

27 bonus bCRate,5;

28 }

29 }

30 }

31 }

Equip Script None
Unequip Script None