Ice Magic Orb (Caster), (Renewal)

Ice Magic Orb (Caster) (ICE_F_ORB_CASTER) – карта.

Ice Magic Orb (Caster), (Renewal)

Matk + 30, reduces variable casting time by 8%.
If refine rate is 7 or higher, reduces variable casting time by additional 8%.
If refine rate is 9 or higher, reduces variable casting time by additional 8%.
If refine rate is 11 or higher, reduces variable casting time by additional 8%.

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

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

Скрипт

bonus bMatk,30;
bonus bVariableCastrate,-8;
.@r = getrefine();
if (.@r >= 7) {
  bonus bVariableCastrate,-8;
  if (.@r >= 9) {
    bonus bVariableCastrate,-8;
    if (.@r >= 11) {
      bonus bVariableCastrate,-8;
    }
  }
}