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 '../Sandstorm'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Lairon",
|
||||
fr: "Galegon"
|
||||
fr: "Galegon",
|
||||
de: "Stollrak"
|
||||
},
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "Uncommon",
|
||||
@ -31,11 +32,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Iron Defense",
|
||||
fr: "Mûr de fer"
|
||||
fr: "Mûr de fer",
|
||||
de: "Iron Defense"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Lairon during your opponent's next turn.",
|
||||
fr: "Lancez une pièce. Si c'est face, prévenez tous les effets d'une attaque, dégâts inclus, infligés à Galegon lors du prochain tour de votre adversaire."
|
||||
fr: "Lancez une pièce. Si c'est face, prévenez tous les effets d'une attaque, dégâts inclus, infligés à Galegon lors du prochain tour de votre adversaire.",
|
||||
de: "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Lairon during your opponent's next turn."
|
||||
},
|
||||
|
||||
},
|
||||
@ -47,7 +50,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Headbutt",
|
||||
fr: "Coup d'boule"
|
||||
fr: "Coup d'boule",
|
||||
de: "Headbutt"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
|
Reference in New Issue
Block a user