mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Dragon'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Numel",
|
||||
fr: "Chamallot"
|
||||
fr: "Chamallot",
|
||||
de: "Camaub"
|
||||
},
|
||||
illustrator: "Naoyo Kimura",
|
||||
rarity: "Common",
|
||||
@ -29,7 +30,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Rollout",
|
||||
fr: "Roulade"
|
||||
fr: "Roulade",
|
||||
de: "Walzer"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@ -41,11 +43,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Kindle",
|
||||
fr: "Enflammer"
|
||||
fr: "Enflammer",
|
||||
de: "Anzünden"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard a Fire Energy card attached to Numel and then discard an Energy card attached to the Defending Pokémon.",
|
||||
fr: "Défaussez une carte Énergie attachée à Chamallot puis une carte Énergie attachée au Pokémon Défenseur."
|
||||
fr: "Défaussez une carte Énergie attachée à Chamallot puis une carte Énergie attachée au Pokémon Défenseur.",
|
||||
de: "Lege 1 -Energiekarte von Camaub auf deinen Ablagestapel und lege danach eine Energiekarte vom Verteidigenden Pokémon auf den Ablagestapel deines Gegners."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
|
Reference in New Issue
Block a user