Item Details

Samurai Specter Card ( Incant_Samurai_Card )

ID 4263 Samurai Specter Card
Samurai Specter Card Buy Price: 20 zeny Sell Price: 10 zeny Weight: 1 Slots: Not specified
Type: Card item. Sub Type: Not specified Gender: Both Locations: Weapon
Attack: Not specified Magic Attack: Not specified Range: Not specified Defense: Not specified
Weapon Level: Not specified Armor Level: Not specified Min. Equip Level: Not specified Max. Equip Level: Not specified
Refineable: Not specified Gradable: Not specified Element: Neutral Classes: Not specified

Ignora 100% da DEF dos personagens e monstros normais.
Regeneração natural de HP -100%.
Drena 666 de HP do usuário a cada 10 segundos.
Drena 999 de HP ao desequipar.
Tipo: Carta
Equipa em: Arma
Peso: 1

Account Bound
Class: Card
Compounds On: Weapon
Weight: 1
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.

Ignore normal monster's defense when attacking
Natural HP recovery is disabled.
HP -666 every 10 sec.
HP -999 when unequipping the weapon
Class: Card
Slot: Weapon
Weight: 1

All

Samurai Specter (0.01%)
Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in cart: Stacking restriction in storage: Stacking restriction in guild storage: Can be dropped:
Can be traded: Can be traded with partner: Can be sold to NPC: Can be placed in the cart:
Can be placed in the storage: Can be placed in guild storage: Can be put in a mail: Can be put in an auction:
Delay:
bonus bIgnoreDefClass,Class_Normal;
bonus bNoRegen,1;
bonus2 bHPLossRate,666,10000;
Not specified
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;
}