Viewing Item

#620016: Wicked Axe

Item ID 620016 For Sale No
Identifier Wicked_Axe Credit Price Not For Sale
Name Wicked Axe Type Weapon - Two-Handed Axe
NPC Buy 0 Weight 320
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 300 Min Equip Level 220
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",7*(.@r/2);

5 bonus2 bSkillAtk,"NC_AXETORNADO",8*(.@r/3);

6 bonus bShortAtkRate,3*(.@r/4);

7 if (.@g >= ENCHANTGRADE_D) {

8 bonus bPow,2;

9 if (.@g >= ENCHANTGRADE_C) {

10 bonus2 bSkillAtk,"MT_AXE_STOMP",10;

11 if (.@g >= ENCHANTGRADE_B) {

12 bonus bPAtk,2;

13 }

14 }

15 }

Equip Script None
Unequip Script None