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

Increases poison property magical damage by 5%.
If refine rate is 9 or higher, increases poison property magical damage by additional 5%.
Enables to use Heal level 5.
Compound on: Headgear
Базовые свойства предмета
- ID: 16860
 - Код: ILL_VITATA_CARD
 - Тип: карта
 
- Вес: 1
 
Скрипт
bonus2 bMagicAtkEle,Ele_Poison,5;
if (getrefine()>=9) {
  bonus2 bMagicAtkEle,Ele_Poison,5;
  skill "AL_HEAL",5;
}