1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09: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 '../Expedition Base Set'
const card: Card = {
name: {
en: "Raichu",
fr: "Raichu"
fr: "Raichu",
de: "Raichu"
},
illustrator: "Atsuko Nishida",
rarity: "Rare",
@ -31,11 +32,13 @@ const card: Card = {
],
name: {
en: "Plasma",
fr: "Plasma"
fr: "Plasma",
de: "Plasma"
},
effect: {
en: "If there are any Energy cards in your discard pile, flip a coin. If heads, attach one of them to Raichu.",
fr: "Si vous avez des cartes Énergie dans votre pile de défausse, lancez une pièce. Si c'est face, attachez l'une d'elles à Raichu."
fr: "Si vous avez des cartes Énergie dans votre pile de défausse, lancez une pièce. Si c'est face, attachez l'une d'elles à Raichu.",
de: "Wenn mindestens eine -Energiekarte in deinem Ablagestapel ist, wirf eine Münze. Lege bei 'Kopf' 1 davon an Raichu an."
},
damage: 10,
@ -48,11 +51,13 @@ const card: Card = {
],
name: {
en: "Shock Bolt",
fr: "Choc'éclair"
fr: "Choc'éclair",
de: "Schock-Blitz"
},
effect: {
en: "Discard all L Energy cards attached to Raichu or this attack does nothing.",
fr: "Défaussez-vous de toutes les cartes Énergie attachées à Raichu ou cette attaque ne fait rien."
fr: "Défaussez-vous de toutes les cartes Énergie attachées à Raichu ou cette attaque ne fait rien.",
de: "Lege alle an Raichu angelegten -Energiekarten auf deinen Ablagestapel, oder dieser Angriff hat keine Auswirkung."
},
damage: 60,