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

@ -4,7 +4,8 @@ import Set from '../Mysterious Treasures'
const card: Card = {
name: {
en: "Electrike",
fr: "Dynavolt"
fr: "Dynavolt",
de: "Frizelbliz"
},
illustrator: "Kouki Saitou",
@ -31,11 +32,13 @@ const card: Card = {
],
name: {
en: "Electromagnetic Jam",
fr: "Bouchon électromagnétique"
fr: "Bouchon électromagnétique",
de: "Elektromagnetische Blockade"
},
effect: {
en: "Flip a coin. If heads, your opponent can't attach any Energy cards from his or her hand to the Active Pokémon during his or her next turn.",
fr: "Lancez une pièce. Si c'est face, votre adversaire ne peut pas attacher de cartes Énergie de sa main à son Pokémon Actif lors de son prochain tour."
fr: "Lancez une pièce. Si c'est face, votre adversaire ne peut pas attacher de cartes Énergie de sa main à son Pokémon Actif lors de son prochain tour.",
de: "Wirf 1 Münze. Bei \"Kopf\" kann dein Gegner in seinem nächsten Zug keine Energiekarten von seiner Hand an die Aktiven Pokémon anlegen."
},
damage: 10,