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 Golduck",
de: "Dunkles Entoron"
},
illustrator: "Nakaoka",
rarity: "Uncommon",
@ -32,9 +33,11 @@ const card: Card = {
],
name: {
en: "Darkness Shield",
de: "Darkness Shield"
},
effect: {
en: "Flip a coin. If heads, prevent all effects of an attack, including damage, done to each of your Active Pokémon during your opponent's next turn.",
de: "Flip a coin. If heads, prevent all effects of an attack, including damage, done to each of your Active Pokémon during your opponent's next turn."
},
damage: 20,
@ -47,9 +50,11 @@ const card: Card = {
],
name: {
en: "Cold Crush",
de: "Cold Crush"
},
effect: {
en: "You may discard an Energy card attached to Dark Golduck. If you do, discard an Energy attached to the Defending Pokémon.",
de: "You may dicard an Energy card attached to Dark Golduck. If you do, discard an Energy attached to the Defending Pokémon."
},
damage: 40,