Viewing Item

#620040: Furious Gigantic Ax

Item ID 620040 For Sale No
Identifier GiganticAxe_Furious Credit Price Not For Sale
Name Furious Gigantic Ax Type Weapon - Two-Handed Axe
NPC Buy 0 Weight 600
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 330 Min Equip Level 205
MATK 0 Max Equip Level None
Equip Locations Two-Handed
Equip Upper None
Equippable Jobs Blacksmith
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bUnbreakableWeapon;

4 bonus2 bSkillAtk,"MT_AXE_STOMP",10;

5 if (BaseLevel>=210) {

6 bonus bAtkRate,7;

7 bonus bBaseAtk,70;

8 }

9 if (BaseLevel>=220) {

10 bonus2 bSkillAtk,"MT_MIGHTY_SMASH",5;

11 }

12 if (BaseLevel>=230) {

13 bonus2 bAddSize,Size_All,10;

14 }

15 if (.@r>=7) {

16 bonus bShortAtkRate,10;

17 if (.@r>=9) {

18 bonus2 bSkillAtk,"MT_MIGHTY_SMASH",10;

19 if (.@r>=10) {

20 bonus bDelayrate,-10;

21 if (.@r>=11) {

22 bonus2 bSkillAtk,"MT_MIGHTY_SMASH",10;

23 }

24 }

25 }

26 }

27 if (.@g>=ENCHANTGRADE_D) {

28 bonus bShortAtkRate,15;

29 if (.@g>=ENCHANTGRADE_C) {

30 bonus2 bSkillAtk,"MT_AXE_STOMP",10;

31 if (.@g>=ENCHANTGRADE_B) {

32 bonus2 bSkillAtk,"MT_MIGHTY_SMASH",10;

33 if (.@g>=ENCHANTGRADE_A) {

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

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

36 }

37 }

38 }

39 }

Equip Script None
Unequip Script None