Glacier Flower Meow Power (Physical Resistance), (Renewal)
Glacier Flower Meow Power (Physical Resistance) (ICE_C_ORB_RES) – карта.

Res + 25.
If refine rate is 7 or higher, additional Res + 15.
If refine rate is 9 or higher, additional Res + 10.
Базовые свойства предмета
- ID: 18614
 - Код: ICE_C_ORB_RES
 - Тип: карта
 - Подтип:
 
- Вес: 1
 
Скрипт
.@r = getrefine();
bonus bRes,25;
if (.@r>=7) {
   bonus bRes,15;
   if (.@r>=9) {
      bonus bRes,10;
   }
}