1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-29 11:09:51 +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

@ -4,7 +4,8 @@ import Set from '../Base Set'
const card: Card = {
name: {
en: "Pidgeotto",
fr: "Roucoups"
fr: "Roucoups",
de: "Tauboga"
},
illustrator: "Ken Sugimori",
@ -36,11 +37,13 @@ const card: Card = {
],
name: {
en: "Whirlwind",
fr: "Cyclone"
fr: "Cyclone",
de: "Wirbelwind"
},
effect: {
en: "If your opponent has any Benched Pokémon, he or she chooses 1 of them and switches it with the Defending Pokémon. (Do the damage before switching the Pokémon.)",
fr: "Si votre adversaire a au moins un Pokémon sur le Banc, il ou elle choisit l'1 d'eux et l'échange avec le Pokémon Défenseur. (Appliquez les dégâts avant d'échanger les Pokémon.)"
fr: "Si votre adversaire a au moins un Pokémon sur le Banc, il ou elle choisit l'1 d'eux et l'échange avec le Pokémon Défenseur. (Appliquez les dégâts avant d'échanger les Pokémon.)",
de: "Falls Dein Gegner irgendwelche Poke,mon auf der Bank hat, muss er eines von ihnen wählen und mit dem verteidigenden pokemon austauschen. (Füge die Schadenspunkte vor dem Auswechseln der Pokémon zu.)"
},
damage: 20,
@ -53,11 +56,13 @@ const card: Card = {
],
name: {
en: "Mirror Move",
fr: "Mimique"
fr: "Mimique",
de: "Spiegeltrick"
},
effect: {
en: "If Pidgeotto was attacked last turn, do the final result of that attack on Pidgeotto to the Defending Pokémon.",
fr: "Si Roucoups a été attaqué pendant le tour précédent, appliquez le résultat final de cette attaque infligée à Roucoups sur le Pokémon Défenseur."
fr: "Si Roucoups a été attaqué pendant le tour précédent, appliquez le résultat final de cette attaque infligée à Roucoups sur le Pokémon Défenseur.",
de: "Falls Tauboga im letzten Ziug angegriffen wurde, füge dem verteidigenden Pokémon Schadenspunkte in Höhe der Endstärke dieses Angriffs zu."
},
},