Glacier Magic Orb (Spore Explosion), (Renewal)

Glacier Magic Orb (Spore Explosion) (GLACIER_F_ORB_21) – карта.

Glacier Magic Orb (Spore Explosion), (Renewal)

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

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

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

Скрипт

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