mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +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:
@ -4,7 +4,11 @@ import Set from '../Darkness Ablaze'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Thievul",
|
||||
fr: "Roublenard"
|
||||
fr: "Roublenard",
|
||||
es: "Thievul",
|
||||
it: "Thievul",
|
||||
pt: "Thievul",
|
||||
de: "Gaunux"
|
||||
},
|
||||
|
||||
illustrator: "Akira Komayama",
|
||||
@ -29,11 +33,19 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Nasty Plot",
|
||||
fr: "Machination"
|
||||
fr: "Machination",
|
||||
es: "Maquinación",
|
||||
it: "Congiura",
|
||||
pt: "Trama Maldosa",
|
||||
de: "Ränkeschmied"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck.",
|
||||
fr: "Cherchez dans votre deck jusqu’à 2 cartes, puis ajoutez-les à votre main. Mélangez ensuite votre deck."
|
||||
fr: "Cherchez dans votre deck jusqu’à 2 cartes, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
|
||||
es: "Busca en tu baraja hasta 2 cartas y ponlas en tu mano. Después, baraja las cartas de tu baraja.",
|
||||
it: "Cerca nel tuo mazzo fino a due carte e aggiungile a quelle che hai in mano. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Procure por até 2 cartas no seu baralho e coloque-as na sua mão. Em seguida, embaralhe o seu baralho.",
|
||||
de: "Durchsuche dein Deck nach bis zu 2 Karten und nimm sie auf deine Hand. Mische anschließend dein Deck."
|
||||
},
|
||||
|
||||
},
|
||||
@ -44,7 +56,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Sharp Fang",
|
||||
fr: "Croc Aiguisé"
|
||||
fr: "Croc Aiguisé",
|
||||
es: "Colmillo Afilado",
|
||||
it: "Zannaffilata",
|
||||
pt: "Presa Afiada",
|
||||
de: "Scharfe Fänge"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
|
Reference in New Issue
Block a user