mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-31 03:50:46 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Delta Species'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Mewtwo δ",
|
||||
fr: "Mewtwo δ ESPÈCES DELTA"
|
||||
fr: "Mewtwo δ ESPÈCES DELTA",
|
||||
de: "Mewtu"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@ -27,11 +28,13 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Delta Switch",
|
||||
fr: "Échange Delta"
|
||||
fr: "Échange Delta",
|
||||
de: "Delta Switch"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn, when you put Mewtwo from your hand onto your Bench, you may move any number of basic Energy cards attached to your Pokémon to your other Pokémon (excluding Mewtwo) in any way you like.",
|
||||
fr: "Une seule fois lors de votre tour, lorsque vous placez Mewtwo de votre main sur votre Banc, vous pouvez déplacer autant de cartes Énergie de base attachées à vos Pokémon que vous voulez sur vos autres Pokémon (Mewtwo excepté) de la façon que vous voulez."
|
||||
fr: "Une seule fois lors de votre tour, lorsque vous placez Mewtwo de votre main sur votre Banc, vous pouvez déplacer autant de cartes Énergie de base attachées à vos Pokémon que vous voulez sur vos autres Pokémon (Mewtwo excepté) de la façon que vous voulez.",
|
||||
de: "Once during your turn, when you put Mewtwo from your hand onto your Bench, you may move any number of basic Energy cards attached to your Pokémon to your other Pokémon (excluding Mewtwo) in any way you like."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -43,13 +46,15 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Energy Burst",
|
||||
fr: "Explosion d'énergie"
|
||||
fr: "Explosion d'énergie",
|
||||
de: "Energieausbruch"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 10 damage times the total amount of Energy attached to Mewtwo and the Defending Pokémon.",
|
||||
fr: "Inflige 10 dégâts multipliés par le nombre total d'Énergie attachées à Mewtwo et au Pokémon Défenseur."
|
||||
fr: "Inflige 10 dégâts multipliés par le nombre total d'Énergie attachées à Mewtwo et au Pokémon Défenseur.",
|
||||
de: "Dieser Angriff fügt für jede Energie, die an Mewtu und dem Verteidigenden Pokémon angelegt ist, 10 Schadenspunkte zu."
|
||||
},
|
||||
damage: "10×",
|
||||
damage: "10x",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user