Viewing Item

#610071: Furious Impact

Item ID 610071 For Sale No
Identifier Impact_Furious Credit Price Not For Sale
Name Furious Impact Type Weapon - Katar
NPC Buy 0 Weight 140
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 210 Min Equip Level 205
MATK 0 Max Equip Level None
Equip Locations Two-Handed
Equip Upper None
Equippable Jobs Assassin
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",5;

4 if (BaseLevel>=210) {

5 bonus bAtkRate,7;

6 bonus bBaseAtk,70;

7 }

8 if (BaseLevel>=220) {

9 bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",5;

10 }

11 if (BaseLevel>=230) {

12 bonus2 bAddSize,Size_All,10;

13 }

14 if (.@r>=7) {

15 bonus bCritAtkRate,10;

16 if (.@r>=9) {

17 bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",10;

18 if (.@r>=10) {

19 bonus bCritical,10;

20 if (.@r>=11) {

21 bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",10;

22 }

23 }

24 }

25 }

26 if (.@g>=ENCHANTGRADE_D) {

27 bonus bCritAtkRate,15;

28 if (.@g>=ENCHANTGRADE_C) {

29 bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",5;

30 if (.@g>=ENCHANTGRADE_B) {

31 bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",10;

32 if (.@g>=ENCHANTGRADE_A) {

33 bonus bPAtk,4*(.@r/2);

34 bonus bAtkRate,4*(.@r/2);

35 }

36 }

37 }

38 }

Equip Script None
Unequip Script None