Wolf Orb (Vulcan Boomerang)

Item ID 310523 Name Wolf Orb (Vulcan Boomerang)
Increases damage of Vulcan Arm and Axe Boomerang by 15%.
_______________________
Refine Level +7:
Increases damage of Vulcan Arm and Axe Boomerang by additional 15%.
_______________________
Refine Level +9:
Increases damage of Vulcan Arm and Axe Boomerang by additional 15%.
_______________________
Refine Level +11:
Increases damage of Vulcan Arm by additional 15%.
Decreases Axe Boomerang skill cooldown by 2 seconds.
Weapon Level 0 Identifier Wolf_Orb_Skill_8
Attack 0 Type Card - Enchant
MATK 0 Equip Locations None
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus2 bSkillAtk,"NC_AXEBOOMERANG",15;
bonus2 bSkillAtk,"NC_VULCANARM",15;
if (.@r>=7) {
   bonus2 bSkillAtk,"NC_AXEBOOMERANG",15;
   bonus2 bSkillAtk,"NC_VULCANARM",15;
   if (.@r>=9) {
      bonus2 bSkillAtk,"NC_AXEBOOMERANG",15;
      bonus2 bSkillAtk,"NC_VULCANARM",15;
      if (.@r>=11) {
         bonus2 bSkillCooldown,"NC_AXEBOOMERANG",-2000;
         bonus2 bSkillAtk,"NC_VULCANARM",15;
      }
   }
}