1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +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,7 +4,8 @@ import Set from '../Stormfront'
const card: Card = {
name: {
en: "Voltorb",
fr: "Voltorbe"
fr: "Voltorbe",
de: "Voltobal"
},
illustrator: "Miki Tanaka",
@ -36,10 +37,12 @@ const card: Card = {
name: {
en: "Outlet",
fr: "Exutoire",
de: "Stromquelle"
},
effect: {
en: "Search your deck for a Lightning Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.",
fr: "Choisissez dans votre deck une carte Énergie Lightning, montrez-la à votre adversaire et placez-la dans votre main. Ensuite, mélangez votre deck.",
de: "Durchsuche dein Deck nach einer -Energiekarte, zeige sie deinem Gegner und nimm sie auf die Hand. Mische dein Deck danach."
},
},
@ -50,10 +53,12 @@ const card: Card = {
name: {
en: "Bouncing Ball",
fr: "Balle rebondissante",
de: "Hüpfender Ball"
},
effect: {
en: "Flip a coin. If tails, Voltorb does 10 damage to itself.",
fr: "Lancez une pièce. Si c'est pile, Voltorbe s'inflige 10 dégâts.",
de: "Wirf 1 Münze. Bei \"Zahl\" fügt sich Voltobal selbst 10 Schadenspunkte zu."
},
damage: 20,