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:
@ -4,7 +4,8 @@ import Set from '../Dragon'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Charmeleon",
|
||||
fr: "Reptincel"
|
||||
fr: "Reptincel",
|
||||
de: "Glutexo"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
@ -31,11 +32,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Smokescreen",
|
||||
fr: "Brouillard"
|
||||
fr: "Brouillard",
|
||||
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.",
|
||||
fr: "Si le Pokémon Défenseur essaye d'attaquer lors du prochain tour de votre adversaire, celui-ci lance une pièce. Si c'est face, cette attaque est sans effet."
|
||||
fr: "Si le Pokémon Défenseur essaye d'attaquer lors du prochain tour de votre adversaire, celui-ci lance une pièce. Si c'est face, cette attaque est sans effet.",
|
||||
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,
|
||||
|
||||
@ -47,11 +50,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Fireworks",
|
||||
fr: "Feux d'artifices"
|
||||
fr: "Feux d'artifices",
|
||||
de: "Fireworks"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, discard a Fire Energy card attached to Charmeleon.",
|
||||
fr: "Lancez une pièce. Si c'est pile, défaussez une carte Énergie attachée à Reptincel."
|
||||
fr: "Lancez une pièce. Si c'est pile, défaussez une carte Énergie attachée à Reptincel.",
|
||||
de: "Flip a coin. If tails, discard a Energy card attached to Charmeleon."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
|
Reference in New Issue
Block a user