1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-30 03:29:51 +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: "Charmeleon",
de: "Glutexo"
},
illustrator: "Ken Sugimori",
rarity: "Rare",
@ -30,9 +31,11 @@ const card: Card = {
],
name: {
en: "Smokescreen",
de: "Smokescreen"
},
effect: {
en: "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.",
de: "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flip a coin. if tails, that attack does nothing."
},
damage: 10,
@ -44,9 +47,11 @@ const card: Card = {
],
name: {
en: "Fireworks",
de: "Fireworks"
},
effect: {
en: "Flip a coin. If tails, discard a Fire Energy card attached to Charmeleon.",
de: "Flip a coin. If tails, discard a Energy card attached to Charmeleon."
},
damage: 40,