1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-31 20:01:58 +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: "Magby",
de: "Magby"
},
illustrator: "Yukiko Baba",
rarity: "Rare",
@@ -25,9 +26,11 @@ const card: Card = {
type: "Poke-POWER",
name: {
en: "Baby Evolution",
de: "Baby Evolution"
},
effect: {
en: "Once during your turn (before your attack), you may put Magmar from your hand onto Magby (this counts as evolving Magby), and remove all damage counters from Magby.",
de: "Once during your turn (before your attack), you may put Magmar from your hand onto Magby (this counts as evolving Magby), and remove all damage counters from Magby."
},
},
],
@@ -38,9 +41,11 @@ const card: Card = {
],
name: {
en: "Detour",
de: "Detour"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Confused.",
de: "If you have a Supporter card in play, use the effect on that card as effect of this attack."
},
},