mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Unseen Forces'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Lanturn",
|
||||
fr: "Lanturn"
|
||||
fr: "Lanturn",
|
||||
de: "Lanturn"
|
||||
},
|
||||
illustrator: "Hajime Kusajima",
|
||||
rarity: "Uncommon",
|
||||
@ -31,11 +32,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Energy Stream",
|
||||
fr: "Courant d'énergie"
|
||||
fr: "Courant d'énergie",
|
||||
de: "Energy Stream"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your discard pile for a basic Energy card and attach it to Lanturn.",
|
||||
fr: "Choisissez dans votre pile de défausse une carte Énergie de base et attachez-la à Lanturn."
|
||||
fr: "Choisissez dans votre pile de défausse une carte Énergie de base et attachez-la à Lanturn.",
|
||||
de: "Search your discard pile for a basic Energy card and attach it to Lanturn."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -48,11 +51,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Take Down",
|
||||
fr: "Bélier"
|
||||
fr: "Bélier",
|
||||
de: "Take Down"
|
||||
},
|
||||
effect: {
|
||||
en: "Lanturn does 10 damage to itself.",
|
||||
fr: "Lanturn s'inflige 10 dégâts."
|
||||
fr: "Lanturn s'inflige 10 dégâts.",
|
||||
de: "Lanturn does 10 damage to itself."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
|
Reference in New Issue
Block a user