Glacier Flower Meow Power (Caster), (Renewal)

Glacier Flower Meow Power (Caster) (ICE_C_ORB_CASTER) – карта.

Glacier Flower Meow Power (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: 18592
  • Код: ICE_C_ORB_CASTER
  • Тип: карта
  • Подтип:
  •  
  • Вес: 1

Скрипт

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