Realgar Shooter

Item ID 18200 Name Realgar Shooter
None
Weapon Level 4 Identifier Realgar_Shooter_EXE
Attack 100 Type Weapon - Bow
MATK 0 Equip Locations Two-Handed
Defense 0 Equippable Jobs Hunter, Rogue
Range 5 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 110 Min Equip Level 70
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bDex,3;
if (.@r>=5) {
   bonus bAtkRate,2;
   bonus bAspd,1;
}
if (.@r>=7) {
   bonus bBaseAtk,10;
   bonus2 bSkillAtk,"HT_BLITZBEAT",10;
}
if (.@r>=9) {
   bonus bBaseAtk,20;
   bonus bLongAtkRate,5;
   bonus2 bSkillAtk,"HT_BLITZBEAT",20;
}
if (.@r>=10) {
   bonus bAtkRate,3;
   bonus bMaxHP,500;
   bonus2 bAddRace,RC_All,2;
}
if (.@r>=12) {
   bonus bDelayrate,-5;
   bonus2 bAddRace,RC_All,3;
}

Set Script
Kung Jin's Headpiece (OSM)
Realgar Shooter
bonus2 bSkillAtk,"SN_SHARPSHOOTING",10;
bonus bCritAtkRate,10;