1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09:18 +00:00

feat: Add missing German sets (#450)

This commit is contained in:
2023-12-06 00:47:28 +01:00
committed by GitHub
parent a7011c519d
commit b24233b342
4320 changed files with 32071 additions and 14148 deletions

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Chimecho",
fr: "Éoko",
de: "Palimpalim"
},
illustrator: "Yukiko Baba",
rarity: "Rare",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Heal Bell",
fr: "Glas de soin",
de: "Vitalglocke"
},
effect: {
en: "Remove 3 damage counters from each of your Pokémon.",
fr: "Retirez à chacun de vos Pokémon 3 marqueurs de dégât.",
de: "Entferne 3 Schadensmarken von jedem deiner Pokémon."
},
},
@ -44,10 +47,12 @@ const card: Card = {
name: {
en: "Super Psywave",
fr: "Super vague psy",
de: "Super-Psywelle"
},
effect: {
en: "Choose 1 of your opponent's Pokémon. Count the amount of Energy attached to that Pokémon. Put that many damage counters on the Pokémon.",
fr: "Choisissez 1 des Pokémon de votre adversaire. Comptabilisez le nombre d'Énergies attachées à ce Pokémon. Placez autant de marqueurs de dégât sur ce Pokémon.",
de: "Wähle 1 Pokémon deines Gegners. Zähle die Anzahl Energien, die am gewählten Pokémon angelegt sind. Lege die gleiche Anzahl Schadensmarken auf das gewählte Pokémon."
},
},