Glacier Magic Orb (Shield Press), (Renewal)
Glacier Magic Orb (Shield Press) (GLACIER_F_ORB_11) – карта.

Increases Shield Press damage by 20%.
Increases Shield Press damage by additional 10% per 3 refine rate.
If refine rate is 9 or higher, reduces skill cooldown of Shield Press by 0.25 seconds.
If refine rate is 11 or higher, increases Shield Press damage by additional 20%.
Базовые свойства предмета
- ID: 18072
- Код: GLACIER_F_ORB_11
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@r = getrefine();
bonus2 bSkillAtk,"LG_SHIELDPRESS",20+10*(.@r/3);
if (.@r>=9) {
bonus2 bSkillCooldown,"LG_SHIELDPRESS",-250;
if (.@r>=11) {
bonus2 bSkillAtk,"LG_SHIELDPRESS",20;
}
}