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:
@ -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."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user