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 '../Dragon Frontiers'
const card: Card = {
name: {
en: "Dewgong δ",
fr: "Lamantine δ ESPÈCES DELTA"
fr: "Lamantine δ ESPÈCES DELTA",
de: "Jugong"
},
illustrator: "Atsuko Nishida",
rarity: "Rare",
@ -28,11 +29,13 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Delta Protection",
fr: "Protection Delta"
fr: "Protection Delta",
de: "Delta-Schutz"
},
effect: {
en: "Any damage done to Dewgong by attacks from your opponent's Pokémon that has δ on its card is reduced by 40 (after applying Weakness and Resistance).",
fr: "Tous dégâts infligés à Lamantine par des attaques de Pokémon de votre adversaire possédant le symbole δ sont réduits de 40 (après application de la Faiblesse et de la Résistance)."
fr: "Tous dégâts infligés à Lamantine par des attaques de Pokémon de votre adversaire possédant le symbole δ sont réduits de 40 (après application de la Faiblesse et de la Résistance).",
de: "Jeder Schaden, der Jugong durch Angriffe von gegnerischen Pokémon, auf denen δ zu sehen ist, zugefügt wird, wird um 40 Schadenspunkte reduziert (nachdem Schwäche und Resistenz verrechnet wurden)."
},
},
],
@ -44,11 +47,13 @@ const card: Card = {
],
name: {
en: "Ice Beam",
fr: "Laser glace"
fr: "Laser glace",
de: "Eisstrahl"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé."
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.",
de: "Wirf 1 Münze. Bei \"Kopf\" ist das Verteidigende Pokémon jetzt gelähmt."
},
damage: 20,
@ -61,11 +66,13 @@ const card: Card = {
],
name: {
en: "Surge",
fr: "Déferlante"
fr: "Déferlante",
de: "Woge"
},
effect: {
en: "If Dewgong has at least 2 Water Energy attached to it, this attack does 40 damage plus 20 more damage.",
fr: "Si Lamantine possède au moins 2 Énergies , cette attaque inflige 40 dégâts plus 20 dégâts supplémentaires."
fr: "Si Lamantine possède au moins 2 Énergies , cette attaque inflige 40 dégâts plus 20 dégâts supplémentaires.",
de: "Falls mindestens 2 -Energie an Jugong angelegt sind, fügt dieser Angriff 40 Schadenspunkte plus 20 weitere Schadenspunkte zu."
},
damage: "40+",