Viewing Item

#600031: Flush Claw Sword

Item ID 600031 For Sale No
Identifier F_Ein_BHSWORD Credit Price Not For Sale
Name Flush Claw Sword Type Weapon - Two-Handed Sword
NPC Buy 0 Weight 350
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 320 Min Equip Level 250
MATK 0 Max Equip Level None
Equip Locations Two-Handed
Equip Upper None
Equippable Jobs Super novice / Knight
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bCritical,10;

4 bonus bAtkRate,15;

5 bonus2 bSkillAtk,"DK_STORMSLASH",20;

6 if (.@r>=7) {

7 bonus bCritAtkRate,25;

8 bonus bAspdRate,15;

9 if (.@r>=9) {

10 bonus2 bAddSize,Size_All,20;

11 bonus bCritAtkRate,15;

12 bonus2 bSkillAtk,"DK_STORMSLASH",10;

13 bonus2 bSkillUseSP,"DK_STORMSLASH",-15;

14 if (.@r>=11) {

15 bonus bDelayrate,-15;

16 bonus bCritical,10;

17 bonus2 bSkillAtk,"DK_STORMSLASH",10;

18 bonus2 bSkillUseSP,"DK_STORMSLASH",-15;

19 }

20 }

21 }

22 if (.@g>=ENCHANTGRADE_D) {

23 bonus bPAtk,10;

24 if (.@g>=ENCHANTGRADE_C) {

25 bonus2 bSkillAtk,"DK_STORMSLASH",10;

26 if (.@g>=ENCHANTGRADE_B) {

27 bonus2 bAddEle,Ele_All,10;

28 if (.@g>=ENCHANTGRADE_A) {

29 bonus2 bSkillAtk,"DK_STORMSLASH",10;

30 }

31 }

32 }

33 }

Equip Script None
Unequip Script None