1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-14 13:55:09 +00:00

feat: Add missing german sets (HGSS & COL) (#451)
Some checks failed
Build Docker image / build (push) Failing after 42s

This commit is contained in:
2023-12-06 01:20:07 +01:00
committed by GitHub
parent b24233b342
commit 6d133f5343
520 changed files with 2371 additions and 326 deletions

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Mareep",
fr: "Wattouat",
de: "Voltilamm"
},
illustrator: "Masakazu Fukuda",
@ -32,10 +33,12 @@ const card: Card = {
name: {
en: "Static Electricity",
fr: "Électricité statique",
de: "Statische Elektrizität"
},
effect: {
en: "Search your deck for a number of Lightning Energy cards up to the number of Mareep in play (both yours and your opponents) and attach them to Mareep. Shuffle your deck afterward.",
fr: "Cherchez dans votre deck un nombre de cartes Énergie Lightning allant jusquau nombre de Wattouat en jeu (les vôtres et ceux de votre adversaire) et attachez-les à Wattouat. Mélangez ensuite votre deck.",
de: "Durchsuche dein Deck nach einer Anzahl Elektro-Energiekarten, die höchstens der Anzahl an Voltilamm-Karten im Spiel (deinen und denen deines Gegners) entspricht und lege sie an Voltilamm an. Mische anschließend dein Deck."
},
},
@ -47,6 +50,7 @@ const card: Card = {
name: {
en: "Ram",
fr: "Collision",
de: "Ramme"
},
damage: 20,