Renewal
.:Item Database:.

Samurai Spector Card [Weapon]   Item ID# 4263 (Incant_Samurai_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Bloodlust
Description
Ignore normal monster's defense when attacking.
Reduces natural HP recovery by 100% and drain 666 HP every 10 seconds.
Drain 999 HP as the weapon is unequipped.
Item Script
expand to view script
{ 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; } }
Dropped By

back to top