Sanare Card, карта (Renewal)
Sanare Card (SANARE_CARD) – карта. Выпадает из монстров: Heart Hunter Sanare.

Increases the recovery rate of recovery skills by +2%
If upgrade level is +9 or higher,
Increases the recovery rate of recovery skills by an additional +3%
If upgrade level is +11 or higher,
Increases the recovery rate of recovery skills by an additional +5%
Базовые свойства предмета
- ID: 16064
- Код: SANARE_CARD
- Тип: карта
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 1
Скрипт
.@r = getrefine(); .@val = 2; if (.@r >= 9) { .@val += 3; } if (.@r >= 11) { .@val += 5; } bonus bHealPower,.@val;