1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-31 03:50:46 +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: "Mudkip Star",
de: "Hydropi *"
},
illustrator: "Masakazu Fukuda",
rarity: "Rare",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Whirlpool",
de: "Whirlpool"
},
effect: {
en: "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon.",
de: "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon."
},
},
@ -41,11 +44,13 @@ const card: Card = {
],
name: {
en: "Spring Back",
de: "Spring Back"
},
effect: {
en: "If your opponent has only 1 Prize card left, this attack does 20 damage plus 50 more damage and the Defending Pokémon is now Asleep.",
de: "If your opponents has only 1 Prize card left, this attack does 20 damage plus 50 more damage and the Defending Pokémon is now Asleep."
},
damage: 20,
damage: "20+",
},
],