Glacier Flower Meow Power (Vital), (Renewal)
Glacier Flower Meow Power (Vital) (ICE_C_ORB_HP) – карта.

MaxHP + 2500.
If refine rate is 7 or higher, MaxHP + 5%.
If refine rate is 9 or higher, additional MaxHP + 5%.
If refine rate is 11 or higher, additional MaxHP + 5%.
Базовые свойства предмета
- ID: 17045
- Код: ICE_C_ORB_HP
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@r = getrefine();
bonus bMaxHP,2500;
if (.@r>=7) {
bonus bMaxHPrate,5;
if (.@r>=9) {
bonus bMaxHPrate,5;
if (.@r>=11) {
bonus bMaxHPrate,5;
}
}
}