mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-30 11:30:46 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Legend Maker'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Aron",
|
||||
fr: "Galekid"
|
||||
fr: "Galekid",
|
||||
de: "Stollunior"
|
||||
},
|
||||
illustrator: "Miki Tanaka",
|
||||
rarity: "Common",
|
||||
@ -29,11 +30,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Self Charge",
|
||||
fr: "Auto-chargement"
|
||||
fr: "Auto-chargement",
|
||||
de: "Selbstaufladung"
|
||||
},
|
||||
effect: {
|
||||
en: "Attach a Metal Energy card from your hand to Aron.",
|
||||
fr: "Attachez une carte Énergie de votre main à Galekid."
|
||||
fr: "Attachez une carte Énergie de votre main à Galekid.",
|
||||
de: "Lege eine -Energiekarte von deiner Hand an Stollunior an."
|
||||
},
|
||||
|
||||
},
|
||||
@ -44,7 +47,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Headbutt",
|
||||
fr: "Coup d'boule"
|
||||
fr: "Coup d'boule",
|
||||
de: "Kopfnuss"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user