1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 01: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: "Roselia",
fr: "Roselia",
de: "Roselia"
},
illustrator: "Kouki Saitou",
rarity: "Uncommon",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Sleep Powder",
fr: "Poudre dodo",
de: "Schlafpuder"
},
effect: {
en: "The Defending Pokémon is now Asleep.",
fr: "Le Pokémon Défenseur est maintenant Endormi.",
de: "Das Verteidigende Pokémon schläft jetzt."
},
},
@ -44,6 +47,7 @@ const card: Card = {
name: {
en: "Razor Leaf",
fr: "Tranch'herbe",
de: "Rasierblatt"
},
damage: 10,