1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 16:39:18 +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

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Voltorb",
fr: "Voltorbe",
de: "Voltobal"
},
illustrator: "Satoshi Ohta",
rarity: "Common",
@ -30,6 +31,7 @@ const card: Card = {
name: {
en: "Speed Ball",
fr: "Balle rapide",
de: "Geschwindigkeitsball"
},
damage: 20,
@ -43,10 +45,12 @@ const card: Card = {
name: {
en: "Big Explosion",
fr: "Grosse explosion",
de: "Große Explosion"
},
effect: {
en: "Voltorb does 50 damage to itself.",
fr: "Voltorbe s'inflige 50 dégâts.",
de: "Voltobal fügt sich selbst 50 Schadenspunkte zu."
},
damage: 50,