Ice Magic Orb (Tornado Swing), (Renewal)
Ice Magic Orb (Tornado Swing) (ICE_F_ORB_SKILL_9) – карта.

Increases Axe Tornado and Power Swing damage by 15%.
If refine rate is 7 or higher, increases Axe Tornado and Power Swing damage by additional 15%.
If refine rate is 9 or higher, increases Axe Tornado and Power Swing damage by additional 15%.
If refine rate is 11 or higher, increases Axe Tornado and Power Swing damage by additional 15%, increases Axe Stomp and Mighty Smash damage by 15%.
Базовые свойства предмета
- ID: 18016
- Код: ICE_F_ORB_SKILL_9
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@r = getrefine(); bonus2 bSkillAtk,"NC_AXETORNADO",15; bonus2 bSkillAtk,"NC_POWERSWING",15; if (.@r>=7) { bonus2 bSkillAtk,"NC_AXETORNADO",15; bonus2 bSkillAtk,"NC_POWERSWING",15; if (.@r>=9) { bonus2 bSkillAtk,"NC_AXETORNADO",15; bonus2 bSkillAtk,"NC_POWERSWING",15; if (.@r>=11) { bonus2 bSkillAtk,"NC_AXETORNADO",15; bonus2 bSkillAtk,"NC_POWERSWING",15; bonus2 bSkillAtk,"MT_AXE_STOMP",15; bonus2 bSkillAtk,"MT_MIGHTY_SMASH",15; } } }