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 Marowak",
de: "Dunkles Knogga"
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",
@ -32,9 +33,11 @@ const card: Card = {
],
name: {
en: "Brick Smash",
de: "Brick Smash"
},
effect: {
en: "This attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.",
de: "This attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon."
},
damage: 30,
@ -47,9 +50,11 @@ const card: Card = {
],
name: {
en: "Hard Bone",
de: "Hard Bone"
},
effect: {
en: "Discard a Basic Pokémon or Evolution card from your hand or this attack does nothing.",
de: "Discard a Basic Pokémon or Evolution card from your hand or this attack does nothing."
},
damage: 70,