1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 17:09:19 +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: "Dialga",
fr: "Dialga",
de: "Dialga"
},
illustrator: "Daisuke Ito",
rarity: "Rare",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Time Bellow",
fr: "Appel temporel",
de: "Zeitschrei"
},
effect: {
en: "Draw a card.",
fr: "Piochez une carte.",
de: "Ziehe 1 Karte."
},
damage: 10,
@ -47,10 +50,12 @@ const card: Card = {
name: {
en: "Flash Cannon",
fr: "Luminocanon",
de: "Lichtkanone"
},
effect: {
en: "You may return all Energy cards attached to Dialga to your hand. If you do, remove the highest Stage Evolution card from the Defending Pokémon and shuffle that card into your opponent's deck.",
fr: "Vous pouvez reprendre dans votre main toutes les cartes Énergie attachées à Dialga. Retirez alors au Pokémon Défenseur la carte au niveau d'Évolution le plus élevé et mélangez-la au deck de votre adversaire.",
de: "Du kannst alle an Dialga angelegten Energiekarten zurück auf deine Hand nehmen. Wenn du das machst, entferne die höchste Evolutionskarte vom Verteidigenden Pokémon. Dein Gegner mischt diese Karte in sein Deck."
},
damage: 40,