Sealed Samurai Spector Card, карта (Renewal)

Sealed Samurai Spector Card (SEALED_SAMURAI_CARD) – карта.

Sealed Samurai Spector Card, карта (Renewal)

Bypass 100% of hard defense of normal monsters and players when performing a physical attack.
HP Recovery - 100%
Drains 888 HP from the user every 5 seconds.
Drains 999 HP from the user when the compounded item is equipped.
If this card is slotted into a weapon refined to +15 or higher, drains 777 HP from the user every 8 seconds instead.

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

  • ID: 12828
  • Код: SEALED_SAMURAI_CARD
  • Тип: карта
  •  
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 1

Скрипт

bonus bIgnoreDefClass,Class_Normal;
bonus bNoRegen,1;
if (getrefine()>14)
   bonus2 bHPLossRate,777,8000;
else
   bonus2 bHPLossRate,888,5000;

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

if (Hp <= 999 && !getmapflag(strcharinfo(3),mf_pvp) && !getmapflag(strcharinfo(3),mf_pvp_noparty) && !getmapflag(strcharinfo(3),mf_pvp_noguild)) {
   heal(1-Hp),0;
}
else {
   heal -999,0;
}