Basic Info

Name 29639 Sniper Essence Lv2
Item ID 29639 - SN_2
Type Card
29639
For every level of [Beast Bane], ATK + 3.
Increases [Double Strafe] damage by 30%.
Increases [Blitz Beat] damage by 30%.
For every armor refine level, ASPD + 1%.
For every other armor refine level, Bow attack power + 3%.
Increases [Sharp Shooting] by 30%.
When using [True Sight], Bow attack power + 20% for 30 seconds.

Details

Weight 1
NPC Buy 20 z
NPC Sell 10 z
Refineable No
Equip Locations Armor

Stats

Range 0
Defense 0
Attack 0
Magical Attack 0
Weapon Level 0
Slots 0

Restrictions

Level Range Any
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes All Jobs
Gender Any

Scripts

Use Script
bonus(bBaseAtk, 3*getskilllv(HT_BEASTBANE)); bonus2(bSkillAtk, AC_DOUBLE, 30); bonus2(bSkillAtk, HT_BLITZBEAT, 30); bonus(bAspdRate, getrefine()); bonus2(bWeaponAtkRate, W_BOW, 3*(getrefine()/2)); bonus2(bSkillAtk, SN_SHARPSHOOTING, 30); autobonus3("{ bonus2(bWeaponAtkRate, W_BOW, 20); }", 1000, 30000, SN_SIGHT,"{ sc_start(SC_CUSTOM_MD_ESSENCE, 30000, 0); }");
Equip Script
None
Unequip Script
sc_end(SC_CUSTOM_MD_ESSENCE);