Viewing Item

#311145: Ice Magic Orb (Vulkan Boomerang)

Item ID 311145 Name Ice Magic Orb (Vulkan Boomerang)
Weapon Level 0 Identifier Ice_F_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 Not For Sale Trade restriction None
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 and Axe Boomerang by additional 15%.
Decreases Axe Boomerang skill cooldown by 2 seconds.

  Script
Item
.@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 bSkillAtk,"NC_AXEBOOMERANG",15;
      bonus2 bSkillAtk,"NC_VULCANARM",15;
      bonus2 bSkillCooldown,"NC_AXEBOOMERANG",-2000;
      bonus2 bSkillAtk,"MT_TRIPLE_LASER",15;
    }
  }
}
Equip
None
Unequip
None