Basic Info

Name 820014 Chevalier Shotgun
Item ID 820014 - Chevalier_Shotgun
Type Weapon - Shotgun
A shotgun made for Gunslingers
_
HIT + 5, Long-range physical damage + 2%
For every 15 Base Level, ATK + 3. (up to Base Level 120)
For every refine level, ATK + 3.
If +7 or higher, [Dust] damage + 10%.
_
Class : Shotgun Attack : 121
Weight : 0
Weapon Level : 2
Required Level : 1
Jobs : Gunslinger

Details

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

Stats

Range 9
Defense 0
Attack 121
Magical Attack 0
Weapon Level 2
Slots 0

Restrictions

Level Range 60 +
Usage None
Trade Can't be dropped / Can't be traded or vended / Can't be placed into Cart / Can't be placed into Storage / Can't be placed into Guild Storage / Can't be placed into Master Storage
Job Class Types Normal / Upper / Baby
Job Classes Gunslinger
Gender Any

Scripts

Use Script
bonus(bSplashRange, 1); bonus(bLongAtkRate, 2); bonus(bHit, 5); bonus(bBaseAtk, 3 * getrefine() + 3 * min(BaseLevel, 120)/15); if (getrefine() >= 7) bonus2(bSkillAtk, GS_DUST, 10);
Equip Script
None
Unequip Script
None