Glacier Flower Meow Power (Magical Resistance), (Renewal)
Glacier Flower Meow Power (Magical Resistance) (ICE_C_ORB_MRES) – карта.

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