mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-23 04:19:18 +00:00
feat: Add missing german sets (HGSS & COL) (#451)
Some checks failed
Build Docker image / build (push) Failing after 42s
Some checks failed
Build Docker image / build (push) Failing after 42s
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Mew",
|
||||
fr: "Mew",
|
||||
de: "Mew"
|
||||
},
|
||||
|
||||
illustrator: "Hideaki Hakozaki",
|
||||
@ -30,10 +31,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Lost Link",
|
||||
fr: "Lien perdu",
|
||||
de: "Nirgendwo-Verbindung"
|
||||
},
|
||||
effect: {
|
||||
en: "Mew can use the attacks of all of the Pokémon in the Lost Zone (both yours and your opponent’s). (You still need the necessary Energy to use each attack.)",
|
||||
fr: "Mew peut utiliser les attaques de tous les Pokémon dans la Zone Perdue (les vôtres et ceux de votre adversaire). (Vous devrez néanmoins avoir suffisamment d’Énergie pour utiliser chaque attaque.)",
|
||||
de: "Mew kann die Angriffe aller Pokémon im Nirgendwo (deiner und der deines Gegners) einsetzen. (Die für den jeweiligen Angriff notwendige Energie ist trotzdem erforderlich.)"
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -46,10 +49,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "See Off",
|
||||
fr: "Perdu de vue",
|
||||
de: "Abschied"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for 1 Pokémon and put it in the Lost Zone. Shuffle your deck afterward.",
|
||||
fr: "Cherchez un Pokémon dans votre deck et placez-le dans la Zone Perdue. Mélangez ensuite votre deck.",
|
||||
de: "Durchsuche dein Deck nach 1 Pokémon-Karte und lege sie ins Nirgendwo. Mische anschließend dein Deck."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user