Glacier Flower Meow Power (Physical Force), (Renewal)
Glacier Flower Meow Power (Physical Force) (ICE_C_ORB_P_F) – карта.

Increases physical damage against all size enemies by 5%.
If refine rate is 7 or higher, increases physical damage against all size enemies by additional 3%.
If refine rate is 9 or higher, increases physical damage against all size enemies by additional 2%.
If refine rate is 11 or higher, increases physical damage against all size enemies by additional 2%.
Базовые свойства предмета
- ID: 18599
 - Код: ICE_C_ORB_P_F
 - Тип: карта
 - Подтип:
 
- Вес: 1
 
Скрипт
.@r = getrefine();
bonus2 bAddSize,Size_All,5;
if (.@r>=7) {
   bonus2 bAddSize,Size_All,3;
   if (.@r>=9) {
      bonus2 bAddSize,Size_All,2;
      if (.@r>=11) {
         bonus2 bAddSize,Size_All,2;
      }
   }
}