mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49: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: "Roublenard",
|
||||
en: "Thievul"
|
||||
en: "Thievul",
|
||||
es: "Thievul",
|
||||
it: "Thievul",
|
||||
pt: "Thievul",
|
||||
de: "Gaunux"
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
@ -23,12 +27,20 @@ const card: Card = {
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Larcin",
|
||||
en: "Thief"
|
||||
en: "Thief",
|
||||
es: "Ladrón",
|
||||
it: "Furto",
|
||||
pt: "Roubar",
|
||||
de: "Raub"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Votre adversaire dévoile sa main. Choisissez-y une carte, puis placez-la en dessous de son deck.",
|
||||
en: "Your opponent reveals their hand. Choose a card you find there and put it on the bottom of their deck."
|
||||
en: "Your opponent reveals their hand. Choose a card you find there and put it on the bottom of their deck.",
|
||||
es: "Tu rival enseña las cartas de su mano. Elige 1 carta que encuentres entre ellas y ponla en la parte inferior de su baraja.",
|
||||
it: "Il tuo avversario mostra le carte che ha in mano. Scegline una e mettila in fondo al suo mazzo.",
|
||||
pt: "Seu oponente revela a própria mão. Escolha 1 carta que encontrar lá e coloque-a como a carta de baixo do baralho dele(a).",
|
||||
de: "Dein Gegner zeigt dir seine Handkarten. Wähle 1 Karte, die du dort findest, und lege sie unter sein Deck."
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
@ -36,7 +48,11 @@ const card: Card = {
|
||||
}, {
|
||||
name: {
|
||||
fr: "Croc Obscur",
|
||||
en: "Darkness Fang"
|
||||
en: "Darkness Fang",
|
||||
es: "Colmillo de Oscuridad",
|
||||
it: "Oscurizanna",
|
||||
pt: "Presa Sombria",
|
||||
de: "Fänge der Dunkelheit"
|
||||
},
|
||||
|
||||
damage: 90,
|
||||
|
Reference in New Issue
Block a user