Glacier Magic Orb (Sonic Wave), (Renewal)

Glacier Magic Orb (Sonic Wave) (GLACIER_F_ORB_5) – карта.

Glacier Magic Orb (Sonic Wave), (Renewal)

Increases Sonic Wave damage by 20%.
Increases Sonic Wave damage by additional 10% per 3 refine rate.
If refine rate is 9 or higher, reduces skill cooldown of Sonic Wave by 1.5 seconds.
If refine rate is 11 or higher, increases Sonic Wave damage by additional 20%.

Базовые свойства предмета

  • ID: 18066
  • Код: GLACIER_F_ORB_5
  • Тип: карта
  • Подтип:
  •  
  • Вес: 1

Скрипт

.@r = getrefine();
bonus2 bSkillAtk,"RK_SONICWAVE",20+10*(.@r/3);
if (.@r>=9) {
  bonus2 bSkillCooldown,"RK_SONICWAVE",-1500;
  if (.@r>=11) {
    bonus2 bSkillAtk,"RK_SONICWAVE",20;
  }
}