mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-20 19:19:18 +00:00
Fix HeartGold SoulSilver datas (#73)
* Update Signed-off-by: Avior <github@avior.me> * Update datas Signed-off-by: Avior <github@avior.me> * Finished fix Signed-off-by: Avior <github@avior.me> * Updated some more Signed-off-by: Avior <florian.bouillon@delta-wings.net> * Some more updates Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -6,24 +6,28 @@ const card: Card = {
|
||||
en: "Haunter",
|
||||
fr: "Spectrum",
|
||||
},
|
||||
|
||||
illustrator: "Takashi Yamaguchi",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
93,
|
||||
],
|
||||
|
||||
hp: 70,
|
||||
|
||||
types: [
|
||||
"Psychic",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Gastly",
|
||||
fr: "Fantominus",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@ -35,8 +39,8 @@ const card: Card = {
|
||||
fr: "Placement vicieux",
|
||||
},
|
||||
effect: {
|
||||
en: "Put 2 damage counters on 1 of your opponent's Pokémon.",
|
||||
fr: "Placez 2 marqueurs de dégât sur l'un des Pokémon de votre adversaire.",
|
||||
en: "Put 2 damage counters on 1 of your opponent’s Pokémon.",
|
||||
fr: "Placez 2 marqueurs de dégât sur l’un des Pokémon de votre adversaire.",
|
||||
},
|
||||
|
||||
},
|
||||
@ -50,18 +54,20 @@ const card: Card = {
|
||||
fr: "Poison dodo",
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pok<EFBFBD><EFBFBD>mon is now Asleep and Poisoned.",
|
||||
en: "The Defending Pokémon is now Asleep and Poisoned.",
|
||||
fr: "Le Pokémon Défenseur est maintenant Endormi et Empoisonné.",
|
||||
},
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Darkness",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Colorless",
|
||||
@ -69,9 +75,18 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
retreat: 0,
|
||||
|
||||
description: {
|
||||
en: "Its tongue is made of gas. If licked, its victim starts shaking constantly until death eventually comes."
|
||||
},
|
||||
|
||||
|
||||
variants: {
|
||||
normal: true,
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user