Viewing Item

#560068: Furious Annihilation

Item ID 560068 For Sale No
Identifier Exterminate_Furious Credit Price Not For Sale
Name Furious Annihilation Type Weapon - Knuckle
NPC Buy 0 Weight 180
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 215 Min Equip Level 205
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Monk
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus2 bSkillAtk,"IQ_THIRD_PUNISH",5;

4 if (BaseLevel>=210) {

5 bonus bAtkRate,4;

6 bonus bBaseAtk,40;

7 }

8 if (BaseLevel>=220) {

9 bonus2 bSkillAtk,"IQ_THIRD_PUNISH",5;

10 }

11 if (BaseLevel>=230) {

12 bonus2 bAddSize,Size_All,10;

13 }

14 if (.@r>=7) {

15 bonus bShortAtkRate,10;

16 if (.@r>=9) {

17 bonus2 bSkillAtk,"IQ_THIRD_PUNISH",10;

18 if (.@r>=10) {

19 bonus bPerfectHitAddRate,10;

20 bonus bCritical,5;

21 if (.@r>=11) {

22 bonus2 bSkillAtk,"IQ_THIRD_PUNISH",10;

23 }

24 }

25 }

26 }

27 if (.@g>=ENCHANTGRADE_D) {

28 bonus bShortAtkRate,10;

29 if (.@g>=ENCHANTGRADE_C) {

30 bonus2 bSkillAtk,"IQ_THIRD_PUNISH",5;

31 if (.@g>=ENCHANTGRADE_B) {

32 bonus2 bSkillAtk,"IQ_THIRD_PUNISH",10;

33 if (.@g>=ENCHANTGRADE_A) {

34 bonus bPAtk,3*(.@r/2);

35 bonus bAtkRate,3*(.@r/2);

36 }

37 }

38 }

39 }

Equip Script None
Unequip Script None