AC-B44-OSAD

Item ID 700056 Name AC-B44-OSAD
An upgraded high strength bow made of fused carbon.
_______________________
MATK +135.
_______________________
Increases Ranged Physical Damage by 7%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
Increases damage of Triangle Shot by 25%.
_______________________
Refine Level +11:
Increases damage of Triangle Shot by additional 20%.
_______________________
Type: Bow
Attack: 190
Weight: 60
Weapon Level: 5
_______________________
Requirement:
Base Level 170
Shadow Chaser
Weapon Level 5 Identifier AC_B44_AD
Attack 190 Type Weapon - Bow
MATK 0 Equip Locations Two-Handed
Defense 0 Equippable Jobs Rogue
Range 5 Equip Gender Both (Male and Female)
Slots 2 Equip Upper Third, Third Upper, Third Baby
Weight 60 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 bMatk,135;
bonus bLongAtkRate,7;
if (.@r>=7) {
   bonus bAspdRate,10;
   if (.@r>=9) {
      bonus2 bSkillAtk,"SC_TRIANGLESHOT",25;
      if (.@r>=11) {
         bonus2 bSkillAtk,"SC_TRIANGLESHOT",20;
      }
   }
}

Set Script
Stripe Hat-LT
AC-B44-OSAD
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus bDelayrate,-15;
bonus2 bSkillAtk,"SC_TRIANGLESHOT",5*(.@r_weapon/2);