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:
@ -4,7 +4,8 @@ import Set from '../DP Black Star Promos'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Mewtwo",
|
||||
fr: "Mewtwo"
|
||||
fr: "Mewtwo",
|
||||
de: "Mewtu"
|
||||
},
|
||||
illustrator: "Shizurow",
|
||||
rarity: "Common",
|
||||
@ -26,11 +27,13 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Psybarrier",
|
||||
fr: "Barrage psy"
|
||||
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é."
|
||||
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."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -43,11 +46,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Giga Burn",
|
||||
fr: "Giga brûlure"
|
||||
fr: "Giga brûlure",
|
||||
de: "Gigaverbrennung"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard all Energy attached to Mewtwo.",
|
||||
fr: "Défaussez toutes les Énergies attachées à Mewtwo."
|
||||
fr: "Défaussez toutes les Énergies attachées à Mewtwo.",
|
||||
de: "Lege alle an Mewtu angelegten Energien auf deinen Ablagestapel."
|
||||
},
|
||||
damage: 120,
|
||||
|
||||
|
Reference in New Issue
Block a user