Basic Info

Name 1334 Grinder Axe[1]
Item ID 1334 - Ein_1HAXE
Type Weapon - One-Handed Axe
1334
Indestructible.
VIT + 3.
If [Acid Demonstration] is Level 10, ATK + 25.
For every 10 Base Level, increases [Acid Demonstration] damage by 1%.
If +7 or higher, ATK + 5%, Healing Power + 10%.
If +9 or higher, Variable Cast Time - 7%, ASPD + 7%.
Class: One-Handed Axe Attack: 150
Weight: 100
Weapon Level: 4
Required Level: 100
Usable Jobs: Transcendent Merchant

Details

Weight 100
NPC Buy 0 z
NPC Sell 0 z
Refineable Yes
Equip Locations Main Hand

Stats

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

Restrictions

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

Scripts

Use Script
bonus(bUnbreakableWeapon, 0); bonus(bVit, 3); if (getskilllv(CR_ACIDDEMONSTRATION) >= 10) bonus(bBaseAtk, 25); bonus2(bSkillAtk, CR_ACIDDEMONSTRATION, BaseLevel/10); if (getrefine() >= 7){ bonus(bAtkRate, 5); bonus(bHealPower, 10); } if (getrefine() >= 9){ bonus(bVariableCastrate, -7); bonus(bAspdRate, 7); }
Equip Script
None
Unequip Script
None