Basic Info

Name 28140 Saw Axe[1]
Item ID 28140 - Ein_BHAXE
Type Weapon - Two-Handed Axe
28140
Indestructible.
If [Meltdown] is Level 10, reduces physical/magical damage from enemies of all sizes by 7%.
For every 10 Base Level, increases [Cart Termination] damage by 2%.
If +7 or higher, ATK + 5%, ASPD + 10%.
If +9 or higher, HIT + 15, VIT + 3.
Class: Two-handed Axe Attack: 200
Weight: 200
Weapon Level: 4
Required Level: 100
Usable Jobs: Transcendent Merchant

Details

Weight 200
NPC Buy 0 z
NPC Sell 0 z
Refineable Yes
Equip Locations Main Hand + Off Hand

Stats

Range 1
Defense 0
Attack 200
Magical Attack 0
Weapon Level 4
Slots 1

Restrictions

Level Range 100 +
Usage None
Trade None
Job Class Types Upper
Job Classes Blacksmith / Alchemist
Gender Any

Scripts

Use Script
bonus(bUnbreakableWeapon, 0); if (getskilllv(WS_MELTDOWN) >= 10){ bonus2(bSubSize, Size_Small, 7); bonus2(bSubSize, Size_Medium, 7); bonus2(bSubSize, Size_Large, 7); } bonus2(bSkillAtk, WS_CARTTERMINATION, (BaseLevel/10) * 2); if (getrefine() >= 7){ bonus(bAtkRate, 5); bonus(bAspdRate, 10); } if (getrefine() >= 9){ bonus(bHit, 15); bonus(bVit, 3); }
Equip Script
None
Unequip Script
None