Item ID | 4499 | For Sale | No |
---|---|---|---|
Identifier | Sealed_Samurai_Card | Credit Price | Not For Sale |
Name | Sealed Incantation Samurai Card | Type | Card |
NPC Buy | 20 | Weight | 1 |
NPC Sell | 10 | Weapon Level | 0 |
Range | 0 | Defense | 0 |
Slots | 0 | Refineable | No |
ATK | 0 | Min Equip Level | 0 |
MATK | 0 | Max Equip Level | None |
Equip Locations | Main Hand | ||
Equip Upper | Normal / Upper / Baby / Third / Third Upper / Third Baby | ||
Equippable Jobs | All Jobs | ||
Equip Gender | Both (Male and Female) | ||
Item Use Script |
1 bonus bIgnoreDefRace,RC_NonBoss; bonus bIgnoreDefRace,RC_DemiPlayer; bonus bHPrecovRate,-100; if (getrefine()>14) bonus2 bHPLossRate,777,8000; else bonus2 bHPLossRate,888,5000; |
||
Equip Script | None | ||
Unequip Script |
1 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; } |