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:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Makuhita",
|
||||
fr: "Makuhita",
|
||||
de: "Makuhita"
|
||||
},
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "Common",
|
||||
@ -30,6 +31,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Punch",
|
||||
fr: "Koud'poing",
|
||||
de: "Boxhieb"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@ -43,10 +45,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Arm Thrust",
|
||||
fr: "Cogne",
|
||||
de: "Armstoß"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, this attack does nothing. If heads, discard an Energy card attached to the Defending Pokémon.",
|
||||
fr: "Lancez une pièce. Si c'est pile, cette attaque est sans effet. Si c'est face, défaussez une carte Énergie attachée au Pokémon Défenseur.",
|
||||
de: "Wirf 1 Münze. Bei \"Zahl\" hat dieser Angriff keine Auswirkungen. Bei \"Kopf\" entferne 1 Energiekarte, die an das Verteidigende Pokémon angelegt ist, und lege sie auf den Ablagestapel deines Gegners."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
|
Reference in New Issue
Block a user