Viewing Item (Sealed Incantation Samurai Card) Ragnarok: Project Zero Control Panel
Basic Info
Name | Sealed Incantation Samurai Card |
---|---|
Item ID |
4499
-
Sealed_Samurai_Card
|
Type | Card |
Pierce Defense of normal monsters.
HP of wearer will not recover automatically and losses 888 HP every 5 seconds.
When equipped, wearers will losses 999 HP.
If compounded equipment is refined to +15 or higher, wearer will losses 777 HP every 8 seconds.
Caution - The effect of Sillit Pong does not apply when removing this card!
Class: Card
Compound on: Weapon
Weight: 1
HP of wearer will not recover automatically and losses 888 HP every 5 seconds.
When equipped, wearers will losses 999 HP.
If compounded equipment is refined to +15 or higher, wearer will losses 777 HP every 8 seconds.
Caution - The effect of Sillit Pong does not apply when removing this card!
Class: Card
Compound on: Weapon
Weight: 1
Details
Weight | 1 |
---|---|
NPC Buy | 20 z |
NPC Sell | 10 z |
Refineable | No |
Equip Locations | Main Hand |
Stats
Range | 0 |
---|---|
Defense | 0 |
Attack | 0 |
Magical Attack | 0 |
Weapon Level | 0 |
Slots | 0 |
Restrictions
Level Range | Any |
---|---|
Usage | None |
Trade | None |
Job Class Types | Normal / Upper / Baby |
Job Classes | All Jobs |
Gender | Any |
Scripts
Use Script |
---|
bonus bIgnoreDefRace,RC_NonBoss; bonus bHPrecovRate,-100; if (getrefine()>14) bonus2 bHPLossRate,777,8000; else bonus2 bHPLossRate,888,5000; |
Equip Script |
None |
Unequip Script |
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; } |