Virtual Bow-OSAD

Item ID 700054 Name Virtual Bow-OSAD
An upgraded bow without a string.
Trying to pull it will draw a glow of string.
_______________________
ATK +5%
_______________________
Refine Level +7:
Critical +8
Increases Ranged Physical Damage by 7%.
_______________________
Refine Level +9:
Increases damage of Arrow Storm by 40%.
Increases damage of Sharp Shooting by 20%.
_______________________
Refine Level +11:
Critical +7
Increases damage of Arrow Storm by additional 30%.
_______________________
Type: Bow
Attack: 200
Weight: 120
Weapon Level: 5
_______________________
Requirement:
Base Level 170
Ranger
Weapon Level 5 Identifier Virtual_Bow_AD
Attack 200 Type Weapon - Bow
MATK 0 Equip Locations Two-Handed
Defense 0 Equippable Jobs Hunter
Range 5 Equip Gender Both (Male and Female)
Slots 2 Equip Upper Third, Third Upper, Third Baby
Weight 120 Min Equip Level 170
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bAtkRate,5;
if (.@r>=7) {
   bonus bLongAtkRate,7;
   bonus bCritical,8;
   if (.@r>=9) {
      bonus2 bSkillAtk,"SN_SHARPSHOOTING",20;
      bonus2 bSkillAtk,"RA_ARROWSTORM",40;
      if (.@r>=11) {
         bonus bCritical,7;
         bonus2 bSkillAtk,"RA_ARROWSTORM",30;
      }
   }
}

Set Script
Ignis Cap-LT
Virtual Bow-OSAD
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillCooldown,"RA_ARROWSTORM",-2500;
bonus2 bSkillAtk,"SN_SHARPSHOOTING",5*(.@r_weapon/2);