1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19: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: "Pikachu",
fr: "Pikachu Niv. 12",
de: "Pikachu"
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",
@ -30,6 +31,7 @@ const card: Card = {
name: {
en: "Gnaw",
fr: "Ronge",
de: "Nagen"
},
damage: 10,
@ -43,10 +45,12 @@ const card: Card = {
name: {
en: "Thunder Jolt",
fr: "Secousse tonnerre",
de: "Donnerrüttler"
},
effect: {
en: "Flip a coin. If tails, Pikachu does 10 damage to itself.",
fr: "Lancez une pièce. Si c'est pile, Pikachu s'inflige 10 dégâts.",
de: "Wirf eine Münze. Bei \"Zahl\" fügt Pikachu sich selbst 10 Schadenspunkte zu."
},
damage: 30,