Glacier Magic Orb (Meteor Storm), (Renewal)
Glacier Magic Orb (Meteor Storm) (GLACIER_F_ORB_79) – карта.

Increases Meteor Storm damage by 20%.
Increases Meteor Storm damage by additional 20% per 3 refine rate.
If refine rate is 9 or higher, increases Meteor Storm damage by additional 30%.
If refine rate is 11 or higher, increases Meteor Storm damage by additional 20%.
Базовые свойства предмета
- ID: 18140
- Код: GLACIER_F_ORB_79
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@r = getrefine(); bonus2 bSkillAtk,"WZ_METEOR",20+20*(.@r/3); if (.@r>=9) { bonus2 bSkillAtk,"WZ_METEOR",30; if (.@r>=11) { bonus2 bSkillAtk,"WZ_METEOR",20; } }