Please rotate your device to Portrait for the best experience.

Char: Online Login: Online Map: Online Online: 31
Join to our Community

Frontier Mechanical Axe Item ID# 620058 (Frontier_MT_T_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
Description A two-handed axe fully modified with sufficient dimensional magic.
_______________________
P.ATK +5.
_______________________
Increases damage of Powerful Swing by 5%.
_______________________
For each 2 Refine Levels:
ATK +25, ATK +1%.
_______________________
For each 3 Refine Levels:
Increases damage of Powerful Swing by additional 5%.
_______________________
Refine Level +9:
P.ATK +7.
Increases Melee Physical Damage by 15%.
_______________________
Refine Level +11:
Increases damage of Powerful Swing by additional 15%.
_______________________
Refine Level +12:
Increases damage of Powerful Swing by additional 20%.
Increases damage of Rush Strike by 25%.
_______________________
When equipped with Frontier Rune Crown(Meister):
Increases damage of Rush Strike by additional 25%.
Increases Normal Physical Damage by 15%.
_______________________
[Bonus by Grade]
[Grade D]: P.ATK +7, Melee Physical Damage +10%.
[Grade C]: Damage of Powerful Swing +15%.
[Grade B]: Normal Physical Damage +15%.
[Grade A]: P.ATK +3 per 2 Refine Levels.
_______________________
Type: Two-Handed Axe
Attack: 430
Weight: 480
Weapon Level: 5
_______________________
Requirement:
Base Level 265
Meister
Item Use Script

1 .@g

2 =

3 getenchantgrade();

4 .@r

5 =

6 getrefine();

7 bonus

8 bPAtk,5;

9 bonus2

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

11 bonus

12 bAtkRate,(.@r/2);

13 bonus

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

15 if

16 (.@r

17 =9)

18 {

19 bonus

20 bShortAtkRate,15;

21 bonus

22 bPAtk,7;

23 if

24 (.@r

25 =11)

26 {

27 bonus2

28 bSkillAtk,"MT_POWERFUL_SWING",15;

29 if

30 (.@r

31 =12)

32 {

33 bonus2

34 bSkillAtk,"MT_POWERFUL_SWING",20;

35 bonus2

36 bSkillAtk,"MT_RUSH_STRIKE",25;

37 }

38 }

39 }

40 if

41 (.@g

42 =ENCHANTGRADE_D)

43 {

44 bonus

45 bShortAtkRate,10;

46 bonus

47 bPAtk,7;

48 if

49 (.@g

50 =ENCHANTGRADE_C)

51 {

52 bonus2

53 bSkillAtk,"MT_POWERFUL_SWING",15;

54 if

55 (.@g

56 =ENCHANTGRADE_B)

57 {

58 bonus

59 bNonCritAtkRate,15;

60 if

61 (.@g

62 =ENCHANTGRADE_A)

63 {

64 bonus

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

66 }

67 }

68 }

69 }

Equip Script None
Unequip Script None