1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16: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 '../Neo Destiny'
const card: Card = {
name: {
en: "Dark Ampharos",
fr: "Pharamp obscur"
fr: "Pharamp obscur",
de: "Dunkles Ampharos"
},
illustrator: "Kagemaru Himeno",
@ -33,11 +34,13 @@ const card: Card = {
type: "Pokemon Power",
name: {
en: "Conductivity",
fr: "Conductivité"
fr: "Conductivité",
de: "Conductivity"
},
effect: {
en: "Whenever your opponent attaches an Energy card to a Pokémon from his or her hand, this Power does 10 damage to that Pokémon. (Don't apply Weakness and Resistance) This power stops working if you have more than 1 Dark Ampharos in play or while Dark Ampharos is Asleep, Confused or Paralysed.",
fr: "Lorsque votre adversaire attache une carte Énergie de sa main à son Pokémon, ce pouvoir inflige 10 dégâts à ce Pokémon. (N'appliquez ni la Faiblesse ni la Résistance.) Ce pouvoir cesse de fonctionner si vous avez plus d'un Pharamp obscur en jeu ou si Pharamp obscur est Endormi, Confus ou Paralysé."
fr: "Lorsque votre adversaire attache une carte Énergie de sa main à son Pokémon, ce pouvoir inflige 10 dégâts à ce Pokémon. (N'appliquez ni la Faiblesse ni la Résistance.) Ce pouvoir cesse de fonctionner si vous avez plus d'un Pharamp obscur en jeu ou si Pharamp obscur est Endormi, Confus ou Paralysé.",
de: "Whenever your opponent attaches an Energy card from his or her hand to a Pokémon, this power does 10 damage to that Pokémon. (Don't apply Weakness and Resistance.) This power stops working if you have more than 1 Dark Ampharos in play or while Dark Ampharos is Asleep, Confused, or Paralyzed."
},
},
],
@ -51,11 +54,13 @@ const card: Card = {
],
name: {
en: "Shock Bolt",
fr: "Choc'éclair"
fr: "Choc'éclair",
de: "Shock Bolt"
},
effect: {
en: "Discard all Energy cards attached to this Pokémon in order to use this attack.",
fr: "Défaussez-vous de toutes les cartes Énergie attachées à Pharamp obscur ou cette attaque ne fait rien."
fr: "Défaussez-vous de toutes les cartes Énergie attachées à Pharamp obscur ou cette attaque ne fait rien.",
de: "Discard all Energy cards attached to Dark Ampharos or this attack does nothing."
},
damage: 50,