mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-28 06:49:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Mantyke",
|
||||
fr: "Babimanta",
|
||||
de: "Mantirps"
|
||||
},
|
||||
|
||||
illustrator: "Midori Harada",
|
||||
@ -30,10 +31,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 Mantine from your hand onto Mantyke (this counts as evolving Mantyke) and remove all damage counters from Mantyke.",
|
||||
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez placer Demanta de votre main sur Babimanta (vous le faites ainsi évoluer) et retirer à Babimanta tous ses marqueurs de dégât.",
|
||||
de: "Einmal während deines Zuges (vor deinem Angriff) kannst du Mantax von deiner Hand auf Mantirps legen (das zählt als Entwickeln von Mantirps). Entferne alle Schadensmarken von Mantirps."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -44,10 +47,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Call for Friends",
|
||||
fr: "À la rescousse!",
|
||||
de: "Freundesruf"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for a grass Basic Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward.",
|
||||
fr: "Cherchez dans votre deck un Pokémon de Base Water, montrez-le à votre adversaire et placez-le dans votre main. Ensuite, mélangez votre deck.",
|
||||
de: "Durchsuche dein Deck nach einer -Basis-Pokémon-Karte, zeige sie deinem Gegner und nimm sie auf die Hand. Mische dein Deck danach."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user