Ice Magic Orb (Vulkan Boomerang), (Renewal)
Ice Magic Orb (Vulkan Boomerang) (ICE_F_ORB_SKILL_8) – карта.

Increases Vulcan Arm and Axe Boomerang damage by 15%.
If refine rate is 7 or higher, Increases Vulcan Arm and Axe Boomerang damage by additional 15%.
If refine rate is 9 or higher, Increases Vulcan Arm and Axe Boomerang damage by additional 15%.
If refine rate is 11 or higher, Increases Vulcan Arm and Axe Boomerang damage by additional 15%, reduces skill cooldown of Axe Boomerang by 2 seconds, increases Triple Laser damage by 15%.
Базовые свойства предмета
- ID: 18015
- Код: ICE_F_ORB_SKILL_8
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@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; } } }