Basic Info

Name 32110 Safety Lute[1]
Item ID 32110 - Ein_1HLUTE
Type Weapon - Musical Instrument
32110
If [Arrow Vulcan] is Level 10, Long Ranged Physical Damage + 10%.
For every 10 Base Level, increases [Arrow Vulcan] damage by 2%.
If +7 or higher, Long Ranged Physical Damage + 5%, Variable Cast Time - 10%.
If +9 or higher, HIT + 5, ASPD + 10%.
Class: Instrument Attack: 150
Weight: 80
Weapon Level: 4
Required Level: 100
Usable Jobs: Bard

Details

Weight 80
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 Bard/Dancer
Gender Male

Scripts

Use Script
if (getskilllv(CG_ARROWVULCAN) >= 10) bonus(bLongAtkRate, 10); bonus2(bSkillAtk, CG_ARROWVULCAN, (BaseLevel/10) * 2); if (getrefine() >= 7){ bonus(bLongAtkRate, 5); bonus(bVariableCastrate, -10); } if (getrefine() >= 9){ bonus(bHit, 5); bonus(bAspdRate, 10); }
Equip Script
None
Unequip Script
None