Viewing Item

#28145: Sky Rush Axe

Item ID 28145 For Sale No
Identifier Sky_Rush_Axe Credit Price Not For Sale
Name Sky Rush Axe Type Weapon - Two-Handed Axe
NPC Buy 0 Weight 500
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 370 Min Equip Level 240
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 bPerfectHitAddRate,5;

5 bonus2 bSkillAtk,"MT_RUSH_STRIKE",15+7*(.@r/4);

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

7 bonus bBaseAtk,35*(.@r/3);

8 if (.@r>=7) {

9 bonus bNonCritAtkRate,25;

10 if (.@r>=9) {

11 bonus bAspdRate,10;

12 bonus bPAtk,5;

13 if (.@r>=11) {

14 bonus2 bSkillAtk,"MT_RUSH_STRIKE",15;

15 }

16 }

17 }

18 if (.@g>=ENCHANTGRADE_D) {

19 bonus bAtkRate,5;

20 if (.@g>=ENCHANTGRADE_C) {

21 bonus2 bSkillAtk,"MT_RUSH_STRIKE",10;

22 if (.@g>=ENCHANTGRADE_B) {

23 bonus2 bSkillAtk,"MT_RUSH_STRIKE",10;

24 if (.@g>=ENCHANTGRADE_A) {

25 bonus bPAtk,10;

26 }

27 }

28 }

29 }

Equip Script None
Unequip Script None