Glacier Flower Meow Power (Shooter), (Renewal)

Glacier Flower Meow Power (Shooter) (ICE_C_ORB_RAN) – карта.

Glacier Flower Meow Power (Shooter), (Renewal)

Atk + 50.
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 7%.

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

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

Скрипт

.@r = getrefine();
bonus bBaseAtk,50;
if (.@r>=7) {
   bonus bLongAtkRate,5;
   if (.@r>=9) {
      bonus bLongAtkRate,7;
   }
}