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,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Houndoom",
|
||||
de: "Dunkles Hundemon"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
@ -32,9 +33,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Shakedown",
|
||||
de: "Shakedown"
|
||||
},
|
||||
effect: {
|
||||
en: "Choose a card from your opponent's hand without looking and discard it.",
|
||||
de: "Choose a card from your opponent's hand without looking and discard it."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -47,11 +50,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dark Fire",
|
||||
de: "Dark Fire"
|
||||
},
|
||||
effect: {
|
||||
en: "You may discard a Fire Energy or Darkness Energy attached to Dark Houndoom. If you do, this attack does 40 damage plus 20 more damage.\"",
|
||||
de: "You may discard a Energy or Energy attached to Dark Houndoom. If you do, this attack does 40 damage plus 20 more damage."
|
||||
},
|
||||
damage: 40,
|
||||
damage: "40+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user