mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Sandstorm'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Eevee",
|
||||
fr: "Evoli"
|
||||
fr: "Evoli",
|
||||
de: "Evoli"
|
||||
},
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Common",
|
||||
@ -29,11 +30,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Signs of Evolution",
|
||||
fr: "Signes d'Évolution"
|
||||
fr: "Signes d'Évolution",
|
||||
de: "Signs of Evolution"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for up to 3 cards that evolve from Eevee, show them to your opponent, and put them into your hand. Shuffle your deck afterward.",
|
||||
fr: "Choisissez dans votre deck jusqu'à trois cartes qui évoluent d'Evoli, montrez-les à votre adversaire et placez-les dans votre main. Ensuite, mélangez votre deck."
|
||||
fr: "Choisissez dans votre deck jusqu'à trois cartes qui évoluent d'Evoli, montrez-les à votre adversaire et placez-les dans votre main. Ensuite, mélangez votre deck.",
|
||||
de: "Search your deck for up to 3 cards that evolve from Eevee, show them to your opponent, and put them into your hand. Shuffle your deck afterward."
|
||||
},
|
||||
|
||||
},
|
||||
@ -43,11 +46,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Quick Attack",
|
||||
fr: "Vive-attaque"
|
||||
fr: "Vive-attaque",
|
||||
de: "Quick Attack"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 10 damage plus 10 more damage.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts."
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts.",
|
||||
de: "Flip a coin. If heads, this attack does 10 damage plus 10 more damage."
|
||||
},
|
||||
damage: "10+",
|
||||
|
||||
|
Reference in New Issue
Block a user