1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 01:49:19 +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: "Mewtwo",
fr: "Mewtwo",
de: "Mewtu"
},
illustrator: "Shizurow",
rarity: "Rare",
@ -27,10 +28,12 @@ const card: Card = {
name: {
en: "Psybarrier",
fr: "Barrage psy",
de: "Psybarriere"
},
effect: {
en: "Prevent all effects of attacks, including damage, done to Mewtwo by your opponent's Pokémon that isn't an Evolved Pokémon.",
fr: "Prévenez tous les effets d'attaques, dégâts inclus, infligés à Mewtwo par un Pokémon de votre adversaire n'étant pas un Pokémon Évolué.",
de: "Verhindere alle Effekte von Angriffen, einschließlich Schaden, die Mewtu von Pokémon deines Gegners, die keine entwickelten Pokémon sind, zugefügt würden."
},
},
],
@ -44,10 +47,12 @@ const card: Card = {
name: {
en: "Giga Burn",
fr: "Giga brûlure",
de: "Gigaverbrennung"
},
effect: {
en: "Discard all Energy attached to Mewtwo.",
fr: "Défaussez toutes les Énergies attachées à Mewtwo.",
de: "Lege alle an Mewtu angelegten Energien auf deinen Ablagestapel."
},
damage: 120,