Glacier Flower Meow Power (Above All), (Renewal)
Glacier Flower Meow Power (Above All) (ICE_C_ORB_ABOVE) – карта.

Reduces physical and magical damage taken from all property and all size enemies by 3%.
If refine rate is 7 or higher, reduces physical and magical damage taken from all property enemies by additional 7%.
If refine rate is 9 or higher, reduces physical and magical damage taken from all size enemies by additional 7%.
Базовые свойства предмета
- ID: 18594
 - Код: ICE_C_ORB_ABOVE
 - Тип: карта
 - Подтип:
 
- Вес: 1
 
Скрипт
.@r = getrefine();
bonus2 bSubSize,Size_All,3;
bonus2 bSubEle,Ele_All,3;
if (.@r>=7) {
   bonus2 bSubEle,Ele_All,7;
   if (.@r>=9) {
      bonus2 bSubSize,Size_All,7;
   }
}