Basic Info

Name 18190 Bolt Shooter[1]
Item ID 18190 - Ein_BHBOW
Type Weapon - Bow
18190
If [Sharpshooting] is Level 5, Long Ranged Physical Damage + 10%.
Every 10 Base Level, increases [Sharpshooting] damage by 2%.
If +7 or higher, ASPD + 10%, Long Ranged Physical Damage + 5%.
If +9 or higher, CRI + 5, Critical Damage + 10%.
Class: Bow Attack: 130
Weight: 150
Weapon Level: 4
Required Level: 100
Usable Jobs: Transcendent Archer

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 130
Magical Attack 0
Weapon Level 4
Slots 1

Restrictions

Level Range 100 +
Usage None
Trade None
Job Class Types Upper
Job Classes Hunter / Bard/Dancer
Gender Any

Scripts

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