Catherina Von Blood [1], броня (Renewal)

Catherina Von Blood [1] (CATHARINAPAWNBRAD60) – броня.

Catherina Von Blood [1], броня (Renewal)

Recovers HP +500, SP +50 when monsters are killed using physical or magical attacks.

SET BONUS
Catherina Von Blood
Succubus Egg
When cute Succubus pet is summoned, recovers additional HP +500, SP +20 per 5 sec.
When intimacy of cute Succubus pet is loyal, recovers an additional HP +500, SP +20 per 5 sec.

When unequipped, HP -5000, SP -500.

Required level : 1

Базовые свойства предмета

  • ID: 24937
  • Код: CATHARINAPAWNBRAD60
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 1
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 30

Скрипт

bonus bHPGainValue,500;
bonus bLongHPGainValue,500;
bonus bMagicHPGainValue,500;
bonus bSPGainValue,50;
bonus bLongSPGainValue,50;
bonus bMagicSPGainValue,50;
if (getpetinfo(PETINFO_EGGID) == 9055) {
   if (getpetinfo(PETINFO_INTIMATE) >= PET_INTIMATE_LOYAL)
      .@factor = 2;
   else
      .@factor = 1;
   bonus2 bHPRegenRate,(.@factor*500),5000;
   bonus2 bSPRegenRate,(.@factor*20),5000;
}

Скрипт при снятии

heal -5000,-500;