Glacier Flower Meow Power (Berserker), (Renewal)
Glacier Flower Meow Power (Berserker) (ICE_C_ORB_WAR2) – карта.

Atk + 5%, Atk + 75.
If refine rate is 7 or higher, increases melee physical damage by 5%.
If refine rate is 9 or higher, increases melee physical damage by additional 5%.
If grade of enchanted equipment is D or higher, increases melee physical damage by 5%.
If grade of enchanted equipment is C or higher, increases melee physical damage by additional 5%.
Базовые свойства предмета
- ID: 18586
 - Код: ICE_C_ORB_WAR2
 - Тип: карта
 - Подтип:
 
- Вес: 1
 
Скрипт
.@g = getenchantgrade();
.@r = getrefine();
bonus bAtkRate,5;
bonus bBaseAtk,75;
if (.@r>=7) {
   bonus bShortAtkRate,5;
   if (.@r>=9) {
      bonus bShortAtkRate,5;
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bShortAtkRate,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bShortAtkRate,5;
   }
}