1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 17:09:19 +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

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Shuckle",
fr: "Caratroc",
de: "Pottrott"
},
illustrator: "Emi Yoshida",
rarity: "Common",
@ -27,10 +28,12 @@ const card: Card = {
name: {
en: "Pot Shell",
fr: "Coup de coquillage",
de: "Topfpanzer"
},
effect: {
en: "Prevent all effects of attacks, including damage, done to Shuckle by your opponent's Pokémon that has any Special Energy cards attached to it.",
fr: "Prévenez tous les effets d'attaques, dégâts inclus, infligés à Caratroc par les Pokémon de votre adversaire possédant des cartes Énergie spéciale.",
de: "Verhindere alle Effekte von Angriffen, einschließlich Schaden, die Pottrott von Pokémon deines Gegners, an denen Spezialenergiekarten angelegt sind, zugefügt würden."
},
},
],
@ -43,10 +46,12 @@ const card: Card = {
name: {
en: "Ferment Poison",
fr: "Poison effervescent",
de: "Gärendes Gift"
},
effect: {
en: "The Defending Pokémon is now Poisoned. As long as the Defending Pokémon remains Poisoned by this attack, it can't use any Poké-Body.",
fr: "Le Pokémon Défenseur est maintenant Empoisonné. Tant que le Pokémon Défenseur reste Empoisonné, il ne peut pas utiliser de Poké-Body.",
de: "Das Verteidigende Pokémon ist jetzt vergiftet. Solange das Verteidigende Pokémon durch diesen Angriff vergiftet ist, kann es keine Poké-Body benutzen."
},
damage: 10,