Viewing Item

#400628: Furious Crown (Dragon Knight)

Item ID 400628 For Sale No
Identifier FuriousCirclet_DK Credit Price Not For Sale
Name Furious Crown (Dragon Knight) 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 Knight
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,"DK_MADNESS_CRUSHER",4*(.@r/3);

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

6 if (.@r>=7) {

7 bonus bAspdRate,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 bCritAtkRate,10;

22 bonus bLongAtkRate,10;

23 if (.@g>=ENCHANTGRADE_B) {

24 bonus bFixedCast,-200;

25 bonus bAtkRate,5;

26 if (.@g>=ENCHANTGRADE_A) {

27 bonus bCritAtkRate,15;

28 bonus bLongAtkRate,15;

29 bonus bPAtk,5;

30 }

31 }

32 }

33 }

Equip Script None
Unequip Script None