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

@ -4,7 +4,8 @@ import Set from '../Mysterious Treasures'
const card: Card = {
name: {
en: "Lairon",
fr: "Galegon"
fr: "Galegon",
de: "Stollrak"
},
illustrator: "Midori Harada",
@ -35,11 +36,13 @@ const card: Card = {
],
name: {
en: "Mend",
fr: "Réparation"
fr: "Réparation",
de: "Reparieren"
},
effect: {
en: "Search your discard pile for a Metal Energy card and attach it to Lairon. If you do, remove 2 damage counters from Lairon.",
fr: "Choisissez dans votre pile de défausse une carte Énergie Metal et attachez-la à Galegon. Retirez-lui alors 2 marqueurs de dégât."
fr: "Choisissez dans votre pile de défausse une carte Énergie Metal et attachez-la à Galegon. Retirez-lui alors 2 marqueurs de dégât.",
de: "Durchsuche deinen Ablagestapel nach 1 -Energiekarte und lege sie an Stollrak an. Wenn du das machst, entferne 2 Schadensmarken von Stollrak."
},
},
@ -51,7 +54,8 @@ const card: Card = {
],
name: {
en: "Confront",
fr: "Confrontation"
fr: "Confrontation",
de: "Konfrontieren"
},
damage: 50,