Wolf Orb (Cloud Buster), (Renewal)
Wolf Orb (Cloud Buster) (WOLF_ORB_SKILL_22) – карта.

Increases Killing Cloud and Poison Burst damage by 15%.
If refine rate is 7 or higher, increases Killing Cloud and Poison Burst damage by additional 15%.
If refine rate is 9 or higher, increases Killing Cloud and Poison Burst damage by additional 15%.
If refine rate is 11 or higher, increases Killing Cloud and Poison Burst damage by additional 15%.
Базовые свойства предмета
- ID: 17554
- Код: WOLF_ORB_SKILL_22
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@r = getrefine(); bonus2 bSkillAtk,"SO_POISON_BUSTER",15; bonus2 bSkillAtk,"SO_CLOUD_KILL",15; if (.@r>=7) { bonus2 bSkillAtk,"SO_POISON_BUSTER",15; bonus2 bSkillAtk,"SO_CLOUD_KILL",15; if (.@r>=9) { bonus2 bSkillAtk,"SO_POISON_BUSTER",15; bonus2 bSkillAtk,"SO_CLOUD_KILL",15; if (.@r>=11) { bonus2 bSkillAtk,"SO_POISON_BUSTER",15; bonus2 bSkillAtk,"SO_CLOUD_KILL",15; } } }