Ominous Freezer Card, карта (Renewal)
Ominous Freezer Card (OMINOUSFREEZER_CARD) – карта. Выпадает из монстров: Ominous Freezer.

MHP + 10 % STR+ 2
If base level is 160 or higher, increases the damage of Hundred Spear and Over Brand by 10%.
If refine rate is 9 or higher, further increases the damage of Hundred Spear and Over Brand by 10%.
Базовые свойства предмета
- ID: 15940
- Код: OMINOUSFREEZER_CARD
- Тип: карта
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 1
Скрипт
bonus bMaxHPrate,10; bonus bStr,2; if (BaseLevel >= 160) { .@val = 10; } if (getrefine() >= 9) { .@val += 10; } if (.@val) { bonus2 bSkillAtk,"RK_HUNDREDSPEAR",.@val; bonus2 bSkillAtk,"LG_OVERBRAND",.@val; }