Burning Knuckle-OS

Item ID 1862 Name Burning Knuckle-OS
A purple knuckle with something boiling.
When hit, it causes burning pain on the target.
_______________________
ATK +3%
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 7%).
_______________________
Refine Level +9:
Increases damage of Rampage Blaster by 15%.
_______________________
Refine Level +11:
Increases Damage against monsters of Medium and Large size by 20%.
_______________________
Type: Knuckle
Attack: 175
Weight: 90
Weapon Level: 4
_______________________
Requirement:
Base Level 130
Sura
Weapon Level 4 Identifier Burning_Knuckle_OS
Attack 175 Type Weapon - Knuckle
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Monk
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper Third, Third Upper, Third Baby
Weight 90 Min Equip Level 130
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bAtkRate,3;
if (.@r >= 7) {
   bonus bAspdRate,7;
   if (.@r >= 9) {
      bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",15;
      if (.@r >= 11) {
         bonus2 bAddSize,Size_Medium,20;
         bonus2 bAddSize,Size_Large,20;
      }
   }
}

Set Script
Burning Knuckle-OS
[Not for Sale] Sagittarius Celestial Coronet K
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-1000;
bonus bLongAtkRate,3*(.@r_weapon/2);
Burning Knuckle-OS
Sagittarius Celestial Coronet
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-1000;
bonus bLongAtkRate,3*(.@r_weapon/2);
Cor Core Headphone
Burning Knuckle-OS
bonus bBaseAtk,200;
bonus bMatk,200;
Cor Core Headphone
Burning Knuckle-OS
bonus bBaseAtk,200;
bonus bMatk,200;
Burning Knuckle-OS
Tohil's Shoes
bonus2 bSkillCooldown,"SR_RIDEINLIGHTNING",-500;
bonus2 bSkillAtk,"SR_RIDEINLIGHTNING",20*(getequiprefinerycnt(EQI_SHOES)/3);