1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-22 03:49:19 +00:00

feat: Add missing german sets (HGSS & COL) (#451)
Some checks failed
Build Docker image / build (push) Failing after 42s

This commit is contained in:
2023-12-06 01:20:07 +01:00
committed by GitHub
parent b24233b342
commit 6d133f5343
520 changed files with 2371 additions and 326 deletions

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Gengar",
fr: "Ectoplasma",
de: "Gengar"
},
illustrator: "Takashi Yamaguchi",
@ -35,10 +36,12 @@ const card: Card = {
name: {
en: "Catastrophe",
fr: "Catastrophe",
de: "Katastrophe"
},
effect: {
en: "As long as Gengar is your Active Pokémon, if any of your opponents Pokémon would be Knocked Out, put that Pokémon in the Lost Zone instead of discarding it. (Discard all cards attached to that Pokémon.)",
fr: "Tant quEctoplasma est votre Pokémon Actif, si lun des Pokémon de votre adversaire est mis K.O., placez ce Pokémon dans la Zone Perdue au lieu de le défausser. (Défaussez toutes les cartes attachées à ce Pokémon.)",
de: "Solange Gengar dein Aktives Pokémon ist, lege alle Pokémon deines Gegners, die kampfunfähig gemacht würden, nicht auf den Ablagestapel, sondern ins Nirgendwo. (Lege alle an dieses Pokémon angelegten Karten auf den jeweiligen Ablagestapel)."
},
},
],
@ -51,10 +54,12 @@ const card: Card = {
name: {
en: "Hurl into Darkness",
fr: "Jet dans les Ténèbres",
de: "Finsterniswurf"
},
effect: {
en: "Look at your opponents hand and choose a number of Pokémon you find there up to the number of Psychic Energy attached to Gengar. Put the Pokémon you chose in the Lost Zone.",
fr: "Regardez la main de votre adversaire et choisissez-y autant de Pokémon quil existe de cartes Énergie Psychic attachées à Ectoplasma. Placez les Pokémon que vous avez choisis dans la Zone Perdue.",
de: "Schau dir die Handkarten deines Gegners an und wähle eine Anzahl Pokémon-Karten, die du dort findest, die höchstens der Anzahl der an Gengar angeleten -Energien entspricht. Lege die gewählten Pokémon-Karten ins Nirgendwo."
},
},
@ -66,10 +71,12 @@ const card: Card = {
name: {
en: "Cursed Drop",
fr: "Chute maudite",
de: "Verfluchter Fall"
},
effect: {
en: "Put 4 damage counters on your opponents Pokémon in any way you like.",
fr: "Placez 4 marqueurs de dégât sur les Pokémon de votre adversaire, comme bon vous semble.",
de: "Lege 4 Schadensmarken in beliebiger Verteilung auf die Pokémon deines Gegners."
},
},