Wolf Orb (Vulcan Boomerang), (Renewal)
Wolf Orb (Vulcan Boomerang) (WOLF_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 damage by additional 15%, reduces skill cooldown of Axe Boomerang by 2 seconds.
Базовые свойства предмета
- ID: 17540
- Код: WOLF_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 bSkillCooldown,"NC_AXEBOOMERANG",-2000; bonus2 bSkillAtk,"NC_VULCANARM",15; } } }