Glacier Flower Meow Power (Marksman), (Renewal)

Glacier Flower Meow Power (Marksman) (ICE_C_ORB_RAN2) – карта.

Glacier Flower Meow Power (Marksman), (Renewal)

Atk + 5%, Atk + 75.
If refine rate is 7 or higher, increases long ranged physical damage by 5%.
If refine rate is 9 or higher, increases long ranged physical damage by additional 5%.
If grade of enchanted equipment is D or higher, increases long ranged physical damage by 5%.
If grade of enchanted equipment is C or higher, increases long ranged physical damage by additional 5%.

Базовые свойства предмета

  • ID: 18587
  • Код: ICE_C_ORB_RAN2
  • Тип: карта
  • Подтип:
  •  
  • Вес: 1

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bAtkRate,5;
bonus bBaseAtk,75;
if (.@r>=7) {
   bonus bLongAtkRate,5;
   if (.@r>=9) {
      bonus bLongAtkRate,5;
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bLongAtkRate,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bLongAtkRate,5;
   }
}