Glacier Magic Orb (Earth Drive), (Renewal)

Glacier Magic Orb (Earth Drive) (GLACIER_F_ORB_12) – карта.

Glacier Magic Orb (Earth Drive), (Renewal)

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

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

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

Скрипт

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