1
0
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:
2023-12-06 00:47:28 +01:00
committed by GitHub
parent a7011c519d
commit b24233b342
4320 changed files with 32071 additions and 14148 deletions

View File

@ -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+",
},
],