Item Details

Sealed Samurai Card ( Sealed_Samurai_Card )

ID 4499 Sealed Samurai Card
Sealed Samurai Card Prix d'achat: 20 zeny Prix de vente: 10 zeny Poids: 1 Emplacements: Non spécifié
Type: Carte. Sous-type: Non spécifié Genre: Les deux Lieux: Arme
Attaque: Non spécifié Attaque magique: Non spécifié Portée: Non spécifié Défense: Non spécifié
Niveau d'arme: Non spécifié Niveau d'armure: Non spécifié Niveau d'équipement min.: Non spécifié Niveau d'équipement max.: Non spécifié
Affûtage: Non spécifié Améliorable: Non spécifié Élément: Neutre Classes: Non spécifié

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

Tous

Non spécifié

Autorisé dans la boutique d'achat des joueurs: Invoque un monstre: Lié à l'équipement: Restriction d'empilement dans l'inventaire:
Restriction d'empilement dans le chariot: Restriction d'empilement dans le stockage: Restriction d'empilement dans le stockage de guilde: Peut être laché:
Peut être échangé: Peut être échangé avec un partenaire: Peut être vendu à un PNJ: Peut être placé dans le chariot:
Peut être placé dans le stockage: Peut être placé dans le stockage de guilde: Peut être mis dans un courrier: Peut être mis aux enchères:
Délai:
bonus bIgnoreDefClass,Class_Normal;
bonus bNoRegen,1;
if (getrefine()>14)
   bonus2 bHPLossRate,777,8000;
else
   bonus2 bHPLossRate,888,5000;
Non spécifié
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;
}

Non spécifié