1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-18 02:19:17 +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 '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Pidgeotto",
fr: "Roucoups"
fr: "Roucoups",
de: "Tauboga"
},
illustrator: "Midori Harada",
rarity: "Uncommon",
@ -31,11 +32,13 @@ const card: Card = {
],
name: {
en: "Clutch",
fr: "Serre"
fr: "Serre",
de: "Clutch"
},
effect: {
en: "The Defending Pokémon can't retreat until the end of your opponent's next turn.",
fr: "Le Pokémon Défenseur ne peut pas battre en retraite avant la fin du prochain tour de votre adversaire."
fr: "Le Pokémon Défenseur ne peut pas battre en retraite avant la fin du prochain tour de votre adversaire.",
de: "The Defending Pokémon can't retreat until the end of your opponent's next turn."
},
damage: 10,
@ -47,7 +50,8 @@ const card: Card = {
],
name: {
en: "Cutting Wind",
fr: "Vent glacial"
fr: "Vent glacial",
de: "Cutting Wind"
},
damage: 30,