Viewing Item

#28141: Guardian Knight Battle Axe

Item ID 28141 For Sale No
Identifier G_Knight_BattleAxe Credit Price Not For Sale
Name Guardian Knight Battle Axe Type Weapon - Two-Handed Axe
NPC Buy 0 Weight 500
NPC Sell 0 Weapon Level 4
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 270 Min Equip Level 170
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 None
Item Use Script

1 .@r = getrefine();

2 bonus2 bSubSize,Size_Medium,10;

3 bonus2 bSubSize,Size_Large,10;

4 bonus bAtkRate,5;

5 bonus bUnbreakableWeapon;

6 bonus bLongAtkRate,.@r;

7 if (.@r>=9) {

8 bonus2 bSkillCooldown,"NC_AXETORNADO",-1000;

9 bonus2 bSkillAtk,"NC_AXETORNADO",20;

10 bonus2 bSkillAtk,"NC_MAGMA_ERUPTION",20;

11 if (.@r>=11) {

12 bonus2 bAddRace,RC_Undead,20;

13 bonus2 bAddRace,RC_Angel,20;

14 }

15 }

Equip Script None
Unequip Script None