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 '../Neo Revelation'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Lugia",
|
||||
fr: "Lugia"
|
||||
fr: "Lugia",
|
||||
de: "Lugia"
|
||||
},
|
||||
|
||||
illustrator: "Aya Kusube",
|
||||
@ -35,12 +36,14 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Aerowing",
|
||||
fr: "Aéroaile"
|
||||
fr: "Aéroaile",
|
||||
de: "Aerowing"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "You may flip a coin. If heads, this attack does 80 damage. If tails, this attack does nothing.",
|
||||
fr: "Vous pouvez lancer une pièce. Si c'est face, cette attaque inflige 80 dégâts. Si c'est pile, cette attaque ne fait rien."
|
||||
fr: "Vous pouvez lancer une pièce. Si c'est face, cette attaque inflige 80 dégâts. Si c'est pile, cette attaque ne fait rien.",
|
||||
de: "You may flip a coin. If heads, this attack does 80 damage. If tails, this attack does nothing."
|
||||
},
|
||||
|
||||
damage: 40
|
||||
|
Reference in New Issue
Block a user