1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16: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

@ -4,7 +4,8 @@ import Set from '../Deoxys'
const card: Card = {
name: {
en: "Lotad",
fr: "Nenupiot"
fr: "Nenupiot",
de: "Loturzel"
},
illustrator: "Atsuko Nishida",
rarity: "Uncommon",
@ -29,11 +30,13 @@ const card: Card = {
],
name: {
en: "Surprise",
fr: "Surprise"
fr: "Surprise",
de: "Suprise"
},
effect: {
en: "Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck.",
fr: "Choisissez sans regarder une carte de la main de votre adversaire. Regardez-la. Votre adversaire doit ensuite mélanger cette carte à son deck."
fr: "Choisissez sans regarder une carte de la main de votre adversaire. Regardez-la. Votre adversaire doit ensuite mélanger cette carte à son deck.",
de: "Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shufle that card into his or her deck."
},
damage: 10,