mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
Added informations on more languages for Sword & Shield cards
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -6,7 +6,11 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
fr: "Goupilou",
|
||||
en: "Nickit"
|
||||
en: "Nickit",
|
||||
es: "Nickit",
|
||||
it: "Nickit",
|
||||
pt: "Nickit",
|
||||
de: "Kleptifux"
|
||||
},
|
||||
|
||||
illustrator: "Saya Tsuruta",
|
||||
@ -18,12 +22,20 @@ const card: Card = {
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Provocation",
|
||||
en: "Instigate"
|
||||
en: "Instigate",
|
||||
es: "Instigar",
|
||||
it: "Istigazione",
|
||||
pt: "Instigar",
|
||||
de: "Anzetteln"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Votre adversaire mélange sa main, puis la place en dessous de son deck. S’il place ainsi au moins une carte en dessous de son deck, il pioche 3 cartes.",
|
||||
en: "Your opponent shuffles their hand and puts it on the bottom of their deck. If they put any cards on the bottom of their deck in this way, they draw 3 cards."
|
||||
en: "Your opponent shuffles their hand and puts it on the bottom of their deck. If they put any cards on the bottom of their deck in this way, they draw 3 cards.",
|
||||
es: "Tu rival baraja las cartas de su mano y las pone en la parte inferior de su baraja. Si pone alguna carta en la parte inferior de su baraja de esta manera, tu rival roba 3 cartas.",
|
||||
it: "Il tuo avversario rimischia le carte che ha in mano e le mette in fondo al suo mazzo. Se mette delle carte in fondo al suo mazzo in questo modo, il tuo avversario pesca tre carte.",
|
||||
pt: "Seu oponente embaralha a própria mão e a coloca como as cartas de baixo do baralho dele(a). Se o seu oponente colocar qualquer carta como a carta de baixo do baralho dele(a) desta forma, ele(a) comprará 3 cartas.",
|
||||
de: "Dein Gegner mischt seine Handkarten und legt sie unter sein Deck. Wenn er auf diese Weise mindestens 1 Karte unter sein Deck gelegt hat, zieht er 3 Karten."
|
||||
},
|
||||
|
||||
cost: ["Darkness"]
|
||||
|
Reference in New Issue
Block a user