Viewing Item

#620037: Dimensions Machanical Axe

Item ID 620037 For Sale No
Identifier Dimen_MT_Axe Credit Price Not For Sale
Name Dimensions Machanical Axe Type Weapon - Two-Handed Axe
NPC Buy 0 Weight 450
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 380 Min Equip Level 250
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 bonus bAtkRate,3+(.@r/2);

5 bonus2 bSkillAtk,"MT_MIGHTY_SMASH",15+5*(.@r/3);

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

7 if (.@r>=7) {

8 bonus bShortAtkRate,25;

9 if (.@r>=9) {

10 bonus bUseSPrate,-10;

11 bonus bPAtk,7;

12 if (.@r>=11) {

13 bonus2 bSkillAtk,"MT_MIGHTY_SMASH",15;

14 }

15 }

16 }

17 if (.@g>=ENCHANTGRADE_D) {

18 bonus bPAtk,5;

19 if (.@g>=ENCHANTGRADE_C) {

20 bonus2 bSkillAtk,"MT_MIGHTY_SMASH",15;

21 if (.@g>=ENCHANTGRADE_B) {

22 bonus bShortAtkRate,10;

23 if (.@g>=ENCHANTGRADE_A) {

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

25 }

26 }

27 }

28 }

Equip Script None
Unequip Script None