mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Neo Discovery'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Houndoom",
|
||||
fr: "Démolosse"
|
||||
fr: "Démolosse",
|
||||
de: "Hundemon"
|
||||
},
|
||||
|
||||
illustrator: "Shin-ichi Yoshida",
|
||||
@ -37,11 +38,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Crunch",
|
||||
fr: "Mâchouille"
|
||||
fr: "Mâchouille",
|
||||
de: "Crunch"
|
||||
},
|
||||
effect: {
|
||||
en: "Until the end of your next turn, if an attack damages the Defending Pokémon (after applying Weakness and Resistance), that attack does 20 more damage to the Defending Pokémon.",
|
||||
fr: "Jusqu'à la fin de votre prochain tour, si une attaque inflige des dégâts au Pokémon Défenseur (après application de la Faiblesse et de la Résistance), elle lui inflige 20 dégâts de plus."
|
||||
fr: "Jusqu'à la fin de votre prochain tour, si une attaque inflige des dégâts au Pokémon Défenseur (après application de la Faiblesse et de la Résistance), elle lui inflige 20 dégâts de plus.",
|
||||
de: "Until end of your next turn, if an attack damages the Defending Pokémon (after applying Weakness and Resistance), that attack does 20 more damage to the Defending Pokémon."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -54,11 +57,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Flamethrower",
|
||||
fr: "Lance-flammes"
|
||||
fr: "Lance-flammes",
|
||||
de: "Flamethrower"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard 1 Energy card attached to Houndoom or this attack does nothing.",
|
||||
fr: "Défaussez 1 carte Énergie attachée à Démolosse pour pouvoir utiliser cette attaque."
|
||||
fr: "Défaussez 1 carte Énergie attachée à Démolosse pour pouvoir utiliser cette attaque.",
|
||||
de: "Discard 1 Energy card attached to Houndoom or this attack does nothing."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
|
Reference in New Issue
Block a user