Glacier Flower Meow Power (Guardian), (Renewal)
Glacier Flower Meow Power (Guardian) (ICE_C_ORB_GUARD) – карта.

Def + 100, Res + 50.
If refine rate is 7 or higher, reduces physical damage taken from all property enemies by 5%.
If refine rate is 9 or higher, reduces physical damage taken from all size enemies by 5%.
If grade of enchanted equipment is D or higher, reduces variable casting time by 5%.
If grade of enchanted equipment is C or higher, reduces variable casting time by additional 5%.
Базовые свойства предмета
- ID: 18616
 - Код: ICE_C_ORB_GUARD
 - Тип: карта
 - Подтип:
 
- Вес: 1
 
Скрипт
.@g = getenchantgrade();
.@r = getrefine();
bonus bDef,100;
bonus bRes,50;
if (.@r>=7) {
   bonus2 bSubEle,Ele_All,5;
   if (.@r>=9) {
      bonus2 bSubSize,Size_All,5;
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bVariableCastrate,-5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bVariableCastrate,-5;
   }
}