1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-18 02:19: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 '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Parasect",
fr: "Parasect"
fr: "Parasect",
de: "Parasek"
},
illustrator: "Yuka Morii",
rarity: "Uncommon",
@ -31,11 +32,13 @@ const card: Card = {
],
name: {
en: "Energy Powder",
fr: "Poudre d'Énergie"
fr: "Poudre d'Énergie",
de: "Energiepuder"
},
effect: {
en: "Search your deck for up to 2 basic Energy cards and attach them to any of your Pokémon (excluding Pokémon-ex) in any way you like. Shuffle your deck afterward.",
fr: "Cherchez dans votre deck jusqu'à 2 cartes Énergie de base et attachez-les aux Pokémon que vous voulez (sauf les Pokémon-ex) de la façon que vous voulez. Ensuite, mélangez votre deck."
fr: "Cherchez dans votre deck jusqu'à 2 cartes Énergie de base et attachez-les aux Pokémon que vous voulez (sauf les Pokémon-ex) de la façon que vous voulez. Ensuite, mélangez votre deck.",
de: "Durchsuche dein Deck nach bis zu 2 Basis-Energiekarten und lege sie in beliebiger Verteilung an deine Pokémon (außer Pokémon-ex) an. Mische dein Deck danach."
},
},
@ -46,11 +49,13 @@ const card: Card = {
],
name: {
en: "Toxic Spore",
fr: "Toxic Spore"
fr: "Toxic Spore",
de: "Toxische Sporen"
},
effect: {
en: "The Defending Pokémon is now Poisoned.",
fr: "Le Pokémon Défenseur est maintenant Empoisonné."
fr: "Le Pokémon Défenseur est maintenant Empoisonné.",
de: "Das Verteidigende Pokémon ist jetzt vergiftet."
},
damage: 20,