1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 01:19:18 +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: "Diglett",
fr: "Taupiqueur",
de: "Digda"
},
illustrator: "Takao Unno",
rarity: "Common",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Down Draw",
fr: "Pioche du dessous",
de: "Tiefer Zug"
},
effect: {
en: "Draw a card from the bottom of your deck.",
fr: "Piochez une carte du dessous de votre deck.",
de: "Ziehe die unterste Karte deines Decks."
},
},
@ -45,6 +48,7 @@ const card: Card = {
name: {
en: "Mud Spatter",
fr: "Éclaboussure de boue",
de: "Lehmspritzer"
},
damage: 30,