mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-19 02:39:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Raichu",
|
||||
fr: "Raichu",
|
||||
de: "Raichu"
|
||||
},
|
||||
illustrator: "Daisuke Ito",
|
||||
rarity: "Uncommon",
|
||||
@ -33,10 +34,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Agility",
|
||||
fr: "Hâte",
|
||||
de: "Agilität"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Raichu during your opponent's next turn.",
|
||||
fr: "Lancez une pièce. Si c'est face, prévenez tous les effets d'une attaque, dégâts inclus, infligés à Raichu lors du prochain tour de votre adversaire.",
|
||||
de: "Wirf 1 Münze. Bei 'Kopf' verhindere wärend des nächsten Zuges deines Gegners alle Effekte eines Angriffs, einschließlich Schaden, die Raichu zugefügt würden."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -50,10 +53,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Thunderbolt",
|
||||
fr: "Tonnerre",
|
||||
de: "Donnerblitz"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard all Energy cards attached to Raichu.",
|
||||
fr: "Défaussez toutes les cartes Énergie attachées à Raichu.",
|
||||
de: "Lege alle Energiekarten, die an Raichu angelegt sind, auf deinen Ablagestapel."
|
||||
},
|
||||
damage: 100,
|
||||
|
||||
|
Reference in New Issue
Block a user