Glacier Magic Orb (Poison Buster), (Renewal)

Glacier Magic Orb (Poison Buster) (GLACIER_F_ORB_38) – карта.

Glacier Magic Orb (Poison Buster), (Renewal)

Increases Poison Burst damage by 20%.
Increases Poison Burst damage by additional 10% per 3 refine rate.
If refine rate is 9 or higher, reduces skill cooldown of Poison Burst by 1 second.
If refine rate is 11 or higher, increases Poison Burst damage by additional 20%.

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

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

Скрипт

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