1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 18:09:19 +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: "Lairon",
fr: "Galegon",
de: "Stollrak"
},
illustrator: "match",
@ -37,10 +38,12 @@ const card: Card = {
name: {
en: "Scrap Attack",
fr: "Attaque de ferraille",
de: "Rauferei"
},
effect: {
en: "Flip a coin. If heads, search your discard pile for a Metal Energy card and attach it to Lairon.",
fr: "Lancez une pièce. Si cest face, récupérez une carte Énergie Metal dans votre pile de défausse et attachez-la à Galegon.",
de: "Wirf eine Münze. Durchsuche bei \"Kopf\" deinen Ablagestapel nach einer -Energiekarte und lege sie an Stollrak an."
},
damage: 20,
@ -54,6 +57,7 @@ const card: Card = {
name: {
en: "Tackle",
fr: "Charge",
de: "Tackle"
},
damage: 60,