1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +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 '../Neo Revelation'
const card: Card = {
name: {
en: "Magneton",
fr: "Magneton"
fr: "Magneton",
de: "Magneton"
},
illustrator: undefined,
@ -33,11 +34,13 @@ const card: Card = {
type: "Pokemon Power",
name: {
en: "Electromagnetic Power",
fr: "Pouvoir électromagnétique"
fr: "Pouvoir électromagnétique",
de: "Electromagnetic Power"
},
effect: {
en: "As often as you like during your turn (before your attack), you may take 1 Energy card attached to 1 of your Magnemites, Magnetons, or Dark Magnetons and attach it to a different 1 of your Magnemites, Magnetons, or Dark Magnetons. This power can't be used if Magneton is Asleep, Confused, or Paralyzed.",
fr: "Aussi souvent que vous le souhaitez pendant votre tour (avant votre attaque), vous pouvez prendre 1 carte Énergie attachée à l'un de vos Magneti, Magneton ou Magneton Obscur et l'attacher à 1 Magneti, Magneton ou Magneton Obscur différent. Ce pouvoir ne peut être utilisé si Magneton est Endormi, Confus ou Paralysé."
fr: "Aussi souvent que vous le souhaitez pendant votre tour (avant votre attaque), vous pouvez prendre 1 carte Énergie attachée à l'un de vos Magneti, Magneton ou Magneton Obscur et l'attacher à 1 Magneti, Magneton ou Magneton Obscur différent. Ce pouvoir ne peut être utilisé si Magneton est Endormi, Confus ou Paralysé.",
de: "As often as you like during your turn (before your attack), you may take 1 Energy card attached to 1 of your Magnemites, Magnetons, or Dark Magnetons and attach it to a different 1 of your Magnemites, Magnetons, or Dark Magnetons. This Power can't be used if Magneton is Asleep, Confused, or Paralyzed."
},
},
],
@ -51,11 +54,13 @@ const card: Card = {
],
name: {
en: "Plasma",
fr: "Plasma"
fr: "Plasma",
de: "Plasma"
},
effect: {
en: "If there are any Energy cards in your discard pile, attach 1 of them to Magneton.",
fr: "S'il y a des cartes Énergie dans votre pile de défausse, attachez-en une à Magneton."
fr: "S'il y a des cartes Énergie dans votre pile de défausse, attachez-en une à Magneton.",
de: "If there are any Energy cards in your discard pile, attach 1 of them to Magneton."
},
damage: 30,