Samurai Spector Card, карта (Pre-Renewal)
Samurai Spector Card (INCANT_SAMURAI_CARD) – карта. Выпадает из монстров: Samurai Specter.

Account Bound
Bypass 100% of hard defense of normal monsters and players when performing a physical attack.
HP Recovery - 100%
Drains 666 HP from the user every 10 seconds.
Drains 666 HP from the user when the compounded item is unequipped.
Базовые свойства предмета
- ID: 2451
- Код: INCANT_SAMURAI_CARD
- Тип: карта
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 1
Скрипт
bonus bIgnoreDefClass,Class_Normal; bonus bHPrecovRate,-100; bonus2 bHPLossRate,666,10000;
Скрипт при снятии
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; }