Recuperative Armor, броня (Renewal)
Recuperative Armor (RECUPERATIVE_ARMOR) – броня.

Rental Item
An armor that allows the master to regain his life by taking the enemies
HP, SP Natural Recovery is Disabled.
When unequipped, you lose 100 SP.
When a monster is defeated from Physical or Magical Attacks, it recover 60 HP and 6 SP.
Базовые свойства предмета
- ID: 21708
- Код: RECUPERATIVE_ARMOR
- Тип: броня
- Уровень брони: 1
- Защита: 67
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 1
Скрипт
bonus bNoRegen,1;
bonus bNoRegen,2;
bonus bHPGainValue,60;
bonus bSPGainValue,6;
bonus bMagicHPGainValue,60;
bonus bMagicSPGainValue,6;
if (vip_status(VIP_STATUS_ACTIVE)) {
bonus bAllStats,1;
}Скрипт при снятии
heal 0,-100;