Incantation Samurai Card Card
ID: 4263 · Incant_Samurai_Card
NPC Sell:
10z
NPC Buy:
20z
Item Info
| Type | Card |
| Weight | 1 |
| Slots | 0 |
| Equip | Weapon |
| NPC Buy | 20z |
| NPC Sell | 10z |
Description
Ignores Normal monster's defense when attacking.
Disables HP regen.
Drains 666 HP every 10 seconds.
Drains 999 HP as the weapon is unequipped.
Class: Card
Compound on: Weapon
Weight: 1
Script
On Equip:
bonus bIgnoreDefRace,RC_NonBoss;
bonus bHPrecovRate,-100;
bonus2 bHPLossRate,666,10000;
On Unequip Event:
if (Hp <= 999 && !getmapflag(strcharinfo(PC_MAP), MF_PVP) && !getmapflag(strcharinfo(PC_MAP), MF_PVP_NOPARTY) && !getmapflag(strcharinfo(PC_MAP), MF_PVP_NOGUILD)) {
heal (1-Hp),0;
}
else {
heal -999,0;
}
Dropped By
| Monster | Level | Type | Drop Rate | |
|---|---|---|---|---|
|
|
Samurai Specter | 71 | MVP | 0.020% |