Glacier Magic Orb (Over Brand), (Renewal)

Glacier Magic Orb (Over Brand) (GLACIER_F_ORB_6) – карта.

Glacier Magic Orb (Over Brand), (Renewal)

Increases Overbrand damage by 20%.
Increases Overbrand damage by additional 10% per 3 refine rate.
If refine rate is 9 or higher, reduces SP consumption of Overbrand by 20%.
If refine rate is 11 or higher, increases Overbrand damage by additional 20%.

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

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

Скрипт

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