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

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Munchlax",
fr: "Goinfrex Niv. 13",
de: "Mampfaxo"
},
illustrator: "Tomokazu Komiya",
rarity: "Common",
@ -27,10 +28,12 @@ const card: Card = {
name: {
en: "Baby Evolution",
fr: "Évolution bébé",
de: "Baby Evolution"
},
effect: {
en: "Once during your turn (before your attack), you may put Snorlax from your hand onto Munchlax (this counts as evolving Munchlax) and remove all damage counters from Munchlax.",
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez placer Ronflex de votre main sur Goinfrex (vous le faites ainsi évoluer) et lui retirer tous ses marqueurs de dégât.",
de: "Einmal während deines Zuges (vor deinem Angriff) kannst du Relaxo von deiner Hand auf Mampfaxo legen (das zählt als Entwickeln von Mampfaxo). Entferne alle Schadensmarken von Mampfaxo."
},
},
],
@ -43,10 +46,12 @@ const card: Card = {
name: {
en: "Rest",
fr: "Repos",
de: "Ruhe"
},
effect: {
en: "Remove all Special Conditions and 6 damage counters from Munchlax. Munchlax is now Asleep.",
fr: "Retirez à Goinfrex tous ses États Spéciaux ainsi que 6 marqueurs de dégât. Goinfrex est maintenant Endormi.",
de: "Entferne alle Speziellen Zustände und 6 Schadensmarken von Mampfaxo. Mampfaxo schläft jetzt."
},
},