Ice Magic Orb (Hell Tornado), (Renewal)
Ice Magic Orb (Hell Tornado) (ICE_F_ORB_SKILL_10) – карта.

Increases Cart Tornado and Hell Plant damage by 15%.
If refine rate is 7 or higher, increases Cart Tornado and Hell Plant damage by additional 15%.
If refine rate is 9 or higher, increases Cart Tornado and Hell Plant damage by additional 15%.
If refine rate is 11 or higher, increases Cart Tornado and Hell Plant damage by additional 15%, increases Acidified Zone (Water), Acidified Zone (Wind) and Explosive Powder damage by 15%.
Базовые свойства предмета
- ID: 18017
- Код: ICE_F_ORB_SKILL_10
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@r = getrefine(); bonus2 bSkillAtk,"GN_CART_TORNADO",15; bonus2 bSkillAtk,"GN_HELLS_PLANT",15; if (.@r>=7) { bonus2 bSkillAtk,"GN_CART_TORNADO",15; bonus2 bSkillAtk,"GN_HELLS_PLANT",15; if (.@r>=9) { bonus2 bSkillAtk,"GN_CART_TORNADO",15; bonus2 bSkillAtk,"GN_HELLS_PLANT",15; if (.@r>=11) { bonus2 bSkillAtk,"GN_CART_TORNADO",15; bonus2 bSkillAtk,"GN_HELLS_PLANT",15; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WATER",15; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",15; bonus2 bSkillAtk,"BO_EXPLOSIVE_POWDER",15; } } }