Viewing Item

#620003: Power Swing Booster Axe

Item ID 620003 For Sale No
Identifier PT_B_Axe Credit Price Not For Sale
Name Power Swing Booster Axe Type Weapon - Two-Handed Axe
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 4
Range 1 Defense 0
Slots 0 Refineable Yes
Attack 300 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Two-Handed
Equip Upper Third / Third Upper / Third Baby
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 Storage / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned
Item Use Script

1 .@r = getrefine();

2 bonus bUnbreakableWeapon;

3 bonus2 bAddClass,Class_All,2;

4 bonus bBaseAtk,3*.@r+3*(min(BaseLevel,195)/15);

5 if (.@r>=7) {

6 bonus bShortAtkRate,getskilllv("BS_WEAPONRESEARCH");

7 }

8 if (.@r>=9) {

9 bonus2 bSkillCooldown,"NC_AXETORNADO",-1000;

10 bonus2 bSkillAtk,"NC_AXETORNADO",25;

11 bonus2 bSkillAtk,"NC_POWERSWING",25;

12 }

13 if (.@r>=11) {

14 bonus2 bAddSize,Size_All,20;

15 bonus bDelayrate,-10;

16 }

17 if (.@r>=13) {

18 bonus2 bSkillAtk,"NC_AXETORNADO",15;

19 bonus2 bSkillAtk,"NC_POWERSWING",15;

20 }

Equip Script None
Unequip Script None