Glacier Magic Orb (Storm Buster), (Renewal)
Glacier Magic Orb (Storm Buster) (GLACIER_F_ORB_62) – карта.

Increases Shatter Storm and Vanishing Buster damage by 20%.
Increases Shatter Storm and Vanishing Buster damage by additional 10% per 3 refine rate.
If refine rate is 9 or higher, increases Vanishing Buster damage by additional 20%, reduces skill cooldown of Shatter Storm by 1 second.
If refine rate is 11 or higher, increases Shatter Storm and Vanishing Buster damage by additional 20%.
Базовые свойства предмета
- ID: 18123
- Код: GLACIER_F_ORB_62
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@r = getrefine();
bonus2 bSkillAtk,"RL_S_STORM",20+10*(.@r/3);
bonus2 bSkillAtk,"RL_BANISHING_BUSTER",20+10*(.@r/3);
if (.@r>=9) {
bonus2 bSkillCooldown,"RL_S_STORM",-1000;
bonus2 bSkillAtk,"RL_BANISHING_BUSTER",20;
if (.@r>=11) {
bonus2 bSkillAtk,"RL_S_STORM",20;
bonus2 bSkillAtk,"RL_BANISHING_BUSTER",20;
}
}