1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29: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: "Beldum",
fr: "Terhal",
de: "Tanhel"
},
illustrator: "Atsuko Nishida",
rarity: "Common",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Pit Search",
fr: "Recherche dans la fosse",
de: "Grubensuche"
},
effect: {
en: "Search your deck for a Stadium card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.",
fr: "Choisissez dans votre deck une carte Stade, montrez-la à votre adversaire et placez-la dans votre main. Ensuite, mélangez votre deck.",
de: "Durchsuche dein Deck nach 1 Stadion-Karte, zeige sie deinem Gegner und nimm sie auf die Hand. Mische dein Deck danach."
},
},
@ -44,6 +47,7 @@ const card: Card = {
name: {
en: "Ram",
fr: "Collision",
de: "Ramme"
},
damage: 10,