Glacier Flower Meow Power (Warrior), (Renewal)
Glacier Flower Meow Power (Warrior) (ICE_C_ORB_WAR) – карта.

Atk + 50.
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 7%.
Базовые свойства предмета
- ID: 18583
- Код: ICE_C_ORB_WAR
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@r = getrefine();
bonus bBaseAtk,50;
if (.@r>=7) {
bonus bShortAtkRate,5;
if (.@r>=9) {
bonus bShortAtkRate,7;
}
}