HR-55-OSAD

Item ID 810013 Name HR-55-OSAD
An upgraded sniper rifle with the ability to induce satellite attacks.
_______________________
ATK +5%
_______________________
Refine Level +7:
Increases Ranged Physical Damage by 10%.
_______________________
Refine Level +9:
Increases damage of Hammer of God by 30%.
_______________________
Refine Level +11:
Decreases Hammer of God skill cooldown by 5 seconds.
Increases damage of Hammer of God by additional 20%.
_______________________
Type: Rifle
Attack: 250
Weight: 100
Weapon Level: 5
_______________________
Requirement:
Base Level 170
Rebellion
Weapon Level 5 Identifier HR_S55_AD
Attack 250 Type Weapon - Rifle
MATK 0 Equip Locations Two-Handed
Defense 0 Equippable Jobs Gunslinger, Rebellion
Range 9 Equip Gender Both (Male and Female)
Slots 2 Equip Upper None
Weight 100 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,10;
   if (.@r>=9) {
      bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",30;
      if (.@r>=11) {
         bonus2 bSkillCooldown,"RL_HAMMER_OF_GOD",-5000;
         bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",20;
      }
   }
}

Set Script
Sagittarius Celestial Coronet-LT
HR-55-OSAD
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus bLongAtkRate,10;
bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",5*(.@r_weapon/2);