Viewing Item

#620058: Frontier Mechanical Axe

Item ID 620058 For Sale No
Identifier Frontier_MT_T_Axe Credit Price Not For Sale
Name Frontier Mechanical Axe Type Weapon - Two-Handed Axe
NPC Buy 0 Weight 480
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 3 Refineable Yes
Attack 430 Min Equip Level 265
MATK 0 Max Equip Level None
Equip Locations Two-Handed
Equip Upper None
Equippable Jobs Blacksmith
Equip Gender Both (Male and Female)
Trade restriction Can't be dropped / Can't be traded with player / Can't be put in Cart / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bPAtk,5;

4 bonus2 bSkillAtk,"MT_POWERFUL_SWING",5+5*(.@r/3);

5 bonus bAtkRate,(.@r/2);

6 bonus bBaseAtk,25*(.@r/2);

7 if (.@r>=9) {

8 bonus bShortAtkRate,15;

9 bonus bPAtk,7;

10 if (.@r>=11) {

11 bonus2 bSkillAtk,"MT_POWERFUL_SWING",15;

12 if (.@r>=12) {

13 bonus2 bSkillAtk,"MT_POWERFUL_SWING",20;

14 bonus2 bSkillAtk,"MT_RUSH_STRIKE",25;

15 }

16 }

17 }

18 if (.@g>=ENCHANTGRADE_D) {

19 bonus bShortAtkRate,10;

20 bonus bPAtk,7;

21 if (.@g>=ENCHANTGRADE_C) {

22 bonus2 bSkillAtk,"MT_POWERFUL_SWING",15;

23 if (.@g>=ENCHANTGRADE_B) {

24 bonus bNonCritAtkRate,15;

25 if (.@g>=ENCHANTGRADE_A) {

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

27 }

28 }

29 }

30 }

Equip Script None
Unequip Script None