1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09: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: "Dusknoir FB",
fr: "Noctunoir ",
de: "Zwirrfinst FB"
},
illustrator: "Motofumi Fujiwara",
rarity: "Rare",
@ -31,10 +32,12 @@ const card: Card = {
name: {
en: "Ghost Hand",
fr: "Main fantôme",
de: "Geisterhand"
},
effect: {
en: "Put 1 damage counter on 1 of your Benched Pokémon.",
fr: "Placez 1 marqueur de dégât sur 1 de vos Pokémon de Banc.",
de: "Lege 1 Schadensmarke auf 1 Pokémon auf deiner Bank."
},
damage: 30,
@ -48,12 +51,14 @@ const card: Card = {
name: {
en: "Cursed Wrath",
fr: "Colère ensorcelée",
de: "Zornesfluch"
},
effect: {
en: "Does 10 damage times the number of Pokémon SP in your discard pile.",
fr: "Inflige 10 dégâts multipliés par le nombre de Pokémon SP dans votre pile de défausse.",
de: "Dieser Angriff fügt 10 Schadenspunkte mal der Anzahl der Pokémon SP in deinem Ablagestapel zu."
},
damage: 10,
damage: "10x",
},
],