
RENEWAL / ITEMS
Sealed Samurai Spector Card
#4499Card
Sealed_Samurai_Card
TypeCard
Card placementWeapon
Weight1
Buy price20 z
Sell price10 z
Card illustration
Description
Type: Miscellaneous
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 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.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Card placement
- Weapon
- Trade
Item effect script
bonus bIgnoreDefClass,Class_Normal;
bonus bNoRegen,1;
if (getrefine()>14)
bonus2 bHPLossRate,777,8000;
else
bonus2 bHPLossRate,888,5000;