Glacier Magic Orb (Prominence Burst), (Renewal)
Glacier Magic Orb (Prominence Burst) (GLACIER_F_ORB_53) – карта.

Increases Prominence Kick and Solar Burst damage by 20%.
Increases Prominence Kick and Solar Burst damage by additional 10% per 3 refine rate.
If refine rate is 9 or higher, increases Prominence Kick and Solar Burst damage by additional 20%.
If refine rate is 11 or higher, increases Prominence Kick and Solar Burst damage by additional 20%.
Базовые свойства предмета
- ID: 18114
- Код: GLACIER_F_ORB_53
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@r = getrefine();
bonus2 bSkillAtk,"SJ_PROMINENCEKICK",20+10*(.@r/3);
bonus2 bSkillAtk,"SJ_SOLARBURST",20+10*(.@r/3);
if (.@r>=9) {
bonus2 bSkillAtk,"SJ_PROMINENCEKICK",20;
bonus2 bSkillAtk,"SJ_SOLARBURST",20;
if (.@r>=11) {
bonus2 bSkillAtk,"SJ_PROMINENCEKICK",20;
bonus2 bSkillAtk,"SJ_SOLARBURST",20;
}
}