1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +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: "Nidoran♀",
fr: "Nidoran♀ Niv. 14",
de: "Nidoran w"
},
illustrator: "Miki Tanaka",
rarity: "Common",
@ -30,6 +31,7 @@ const card: Card = {
name: {
en: "Scratch",
fr: "Griffe",
de: "Kratzer"
},
damage: 10,
@ -43,10 +45,12 @@ const card: Card = {
name: {
en: "Offer Help",
fr: "Offrir de l'aide",
de: "Hilfe anbieten"
},
effect: {
en: "Search your deck for a Supporter card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.",
fr: "Choisissez dans votre deck une carte Supporter, montrez-la à votre adversaire et placez-la dans votre main. Ensuite, mélangez votre deck.",
de: "Durchsuche dein Deck nach 1 Unterstützerkarte, zeige sie deinem Gegner und nimm sie auf die Hand. Mische dein Deck danach."
},
},