Item Details

Sealed Samurai Card ( Sealed_Samurai_Card )

ID 4499 Sealed Samurai Card
Sealed Samurai Card Buy Price: 20 zeny Sell Price: 10 zeny Weight: 1 Slots: Not specified
Type: Card item. Sub Type: Not specified Gender: Both Locations: Weapon
Attack: Not specified Magic Attack: Not specified Range: Not specified Defense: Not specified
Weapon Level: Not specified Armor Level: Not specified Min. Equip Level: Not specified Max. Equip Level: Not specified
Refineable: Not specified Gradable: Not specified Element: Neutral Classes: Not specified

Ignora 100% da DEF dos personagens e monstros normais.
Regeneração natural de HP -100%.
Drena 999 de HP ao desequipar.
--------------------------
A cada 5 segundos, drena 888 de HP.
Refino +15 ou mais:
O efeito passa a ser: A cada 8 segundos, drena 777 de HP.
--------------------------
Tipo: Carta
Equipa em: Arma
Peso: 1

Dapat memecahkan pertahanan monster bertype normal.
HP pengguna tidak dapat pulih secara otomatis dan akan kehilangan 888 HP setiap 5 detik.
ketika dikenakan, pengguna akan kehilangan 999 HP.
Bila ditempa hingga + 15 dan diatasnya, pengguna akan kehilangan 777 HP setiap 8 detik.
Jenis : Kartu
Digunakan di : Senjata
Berat : 1
Sealed Incantation Samurai Card.
Memberikan serangan tanpa memperhitungkan defense musuh, tetapi HP tidak dapat beregenerasi dan mengurangi HP sebesar 888 setiap 5 detik.
jika melepaskan senjata ini maka akan mengurangi 999 HP
jika tingkat tempa mencapai +15 atau lebih, efek yang akan di terima adalah mengurangi HP sebesar 888 setiap 5 detik.
Jenis : Kartu
Digunakan di : Weapon
Berat : 1

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.

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 and above, wearer will losses 777 HP every 8 seconds.
Class: Card
Compound: Weapon
Weight: 1

All

Not specified

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in cart: Stacking restriction in storage: Stacking restriction in guild storage: Can be dropped:
Can be traded: Can be traded with partner: Can be sold to NPC: Can be placed in the cart:
Can be placed in the storage: Can be placed in guild storage: Can be put in a mail: Can be put in an auction:
Delay:
bonus bIgnoreDefClass,Class_Normal;
bonus bNoRegen,1;
if (getrefine()>14)
   bonus2 bHPLossRate,777,8000;
else
   bonus2 bHPLossRate,888,5000;
Not specified
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;
}

Not specified