mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Stormfront'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Bagon",
|
||||
fr: "Draby"
|
||||
fr: "Draby",
|
||||
de: "Kindwurm"
|
||||
},
|
||||
|
||||
illustrator: "Aya Kusube",
|
||||
@ -36,10 +37,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Scary Face",
|
||||
fr: "Grimace",
|
||||
de: "Grimasse"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon can't attack or retreat during your opponent's next turn.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur ne peut pas attaquer ou battre en retraite lors du prochain tour de votre adversaire.",
|
||||
de: "Wirf 1 Münze. Bei \"Kopf\" kann das Verteidigende Pokémon im nächsten Zug deines Gegners weder angreifen noch sich zurückziehen."
|
||||
},
|
||||
|
||||
},
|
||||
@ -51,6 +54,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Headbutt",
|
||||
fr: "Coup d'boule",
|
||||
de: "Kopfnuss"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
Reference in New Issue
Block a user