Falken Shooter

Item ID 18187 Name Falken Shooter
A bow designed to lightly and quickly shoot multiple arrows.
_______________________
Increases Ranged Physical Damage by 10%.
_______________________
For each Refine Level:
ATK +4
_______________________
Refine Level +9:
Increases damage of Arrow Storm by 25%.
_______________________
Refine Level +11:
Decreases Arrow Storm skill cooldown by 0.7 seconds.
_______________________
Type: Bow
Attack: 210
Weight: 100
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Ranger
Weapon Level 4 Identifier Falken_Shooter
Attack 210 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 100 Min Equip Level 170
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bLongAtkRate,10;
bonus bBaseAtk,4*.@r;
if (.@r>=9)
   bonus2 bSkillAtk,"RA_ARROWSTORM",25;
if (.@r>=11)
   bonus2 bSkillCooldown,"RA_ARROWSTORM",-700;

Set Script
Cecil's Memory
Falken Shooter
.@r= getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillCooldown,"RA_UNLIMIT",-15000*.@r;
bonus2 bSkillUseSPrate,"RA_ARROWSTORM",2*.@r;
Celestial Jewel Crown
Falken Shooter
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillCooldown,"RA_ARROWSTORM",-1800;
bonus2 bSkillAtk,"RA_ARROWSTORM",10*.@r_weapon;
Falken Shooter
Phantom Heels
.@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES);
bonus bUnbreakableWeapon;
bonus2 bAddEle,Ele_All,3*getequiprefinerycnt(EQI_SHOES);
if (.@sum>=18) {
   bonus bPerfectHitAddRate,30;
   if (.@sum>=22) {
       bonus2 bSkillCooldown,"RA_ARROWSTORM",-500;
   }
}
Falken Shooter
Phantom Heels
.@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES);
bonus bUnbreakableWeapon;
bonus2 bAddEle,Ele_All,3*getequiprefinerycnt(EQI_SHOES);
if (.@sum>=18) {
   bonus bPerfectHitAddRate,30;
   if (.@sum>=22) {
       bonus2 bSkillCooldown,"RA_ARROWSTORM",-500;
   }
}