Glacier Flower Meow Power (SPL & WIS), (Renewal)

Glacier Flower Meow Power (SPL & WIS) (ICE_C_ORB_SPL_W) – карта.

Glacier Flower Meow Power (SPL & WIS), (Renewal)

SPL / WIS + 3.
If refine rate is 9 or higher, additional SPL / WIS + 1.
If grade of enchanted equipment is D or higher, SPL / WIS + 2.
If grade of enchanted equipment is C or higher, every 3 refine rate, additional SPL / WIS + 1.

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

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

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bSpl,3;
bonus bWis,3;
if (.@r>=9) {
   bonus bSpl,1;
   bonus bWis,1;
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bSpl,2;
   bonus bWis,2;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bSpl,(.@r/3);
      bonus bWis,(.@r/3);
   }
}