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,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Houndoom",
|
||||
de: "Dunkles Hundemon"
|
||||
},
|
||||
illustrator: "Nakaoka",
|
||||
rarity: "Uncommon",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Fire Breath",
|
||||
de: "Fire Breath"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), if Dark Houndoom is your Active Pokémon, you may flip a coin. If heads, the Defending Pokémon (choose 1 if there are 2) is now Burned. This power can't be used if Dark Houndoom is affected by a Special Condition.",
|
||||
de: "Once during your turn (before your attack), if Dark Houndoom is your Active Pokémon, you may flip a coin. If heads, the Defending Pokémon (choose 1 if there are 2) is now Burned. This power can't be used if Dark Houndoom is affected by a Special Condition."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -43,11 +46,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Fire Payback",
|
||||
de: "Fire Payback"
|
||||
},
|
||||
effect: {
|
||||
en: "If you have less Benched Pokémon than your opponent, this attack does 40 damage plus 20 more damage.",
|
||||
de: "If you have less Benched Pokémon than your opponent, this attack does 40 damage plus 20 more damage."
|
||||
},
|
||||
damage: 40,
|
||||
damage: "40+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user