mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Sentret",
|
||||
fr: "Fouinette",
|
||||
de: "Wiesor"
|
||||
},
|
||||
illustrator: "Midori Harada",
|
||||
rarity: "Common",
|
||||
@ -30,10 +31,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Grope",
|
||||
fr: "À l'aveuglette",
|
||||
de: "Herumtasten"
|
||||
},
|
||||
effect: {
|
||||
en: "Look at the top 2 cards of your deck, choose 1 of them, and put it into your hand. Put the other card on the bottom of your deck.",
|
||||
fr: "Regardez les 2 cartes du dessus de votre deck, choisissez-en 1 et placez-la dans votre main. Replacez l'autre carte au dessous de votre deck.",
|
||||
de: "Schau dir die obersten 2 Karten deines Decks an. Wähle 1 von ihnen und nimm sie auf die Hand. Lege die andere Karte unter dein Deck."
|
||||
},
|
||||
|
||||
},
|
||||
@ -44,6 +47,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Scratch",
|
||||
fr: "Griffe",
|
||||
de: "Kratzer"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
Reference in New Issue
Block a user