Basic Info

Name 28045 Bolt Crusher[1]
Item ID 28045 - Ein_BHKATAR
Type Weapon - Katar
28045
If [Meteor Assault] is Level 10, ATK + 30.
For every 10 Base Level, increases [Meteor Assault] damage by 2%.
If +7 or higher, ATK + 5%, ASPD + 10%.
If +9 or higher, HIT + 15, FLEE + 10.
Class: Katar Attack: 180
Weight: 150
Weapon Level: 4
Required Level: 100
Usable Jobs: Assassin Cross

Details

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

Stats

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

Restrictions

Level Range 100 +
Usage None
Trade None
Job Class Types Upper
Job Classes Assassin
Gender Any

Scripts

Use Script
if (getskilllv(ASC_METEORASSAULT) >= 10) bonus(bBaseAtk, 30); bonus2(bSkillAtk, ASC_METEORASSAULT, (BaseLevel/10) * 2); if (getrefine() >= 7){ bonus(bAtkRate, 5); bonus(bAspdRate, 10); } if (getrefine() >= 9){ bonus(bHit, 15); bonus(bFlee, 10); }
Equip Script
None
Unequip Script
None