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:
@ -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,
|
||||
|
||||
|
Reference in New Issue
Block a user