1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-10 07:51:58 +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:
2021-06-29 17:20:26 +02:00
parent b1c866b38b
commit 96f34fcafb
1520 changed files with 28918 additions and 4846 deletions

View File

@@ -6,7 +6,11 @@ const card: Card = {
name: {
fr: "Dispareptil",
en: "Drakloak"
en: "Drakloak",
es: "Drakloak",
it: "Drakloak",
pt: "Drakloak",
de: "Phandra"
},
illustrator: "tetsuya koizumi",
@@ -23,19 +27,31 @@ const card: Card = {
attacks: [{
name: {
fr: "Citation",
en: "Summon"
en: "Summon",
es: "Llamamiento",
it: "Invocazione",
pt: "Convidar",
de: "Herbeirufen"
},
effect: {
fr: "Cherchez un Fantyrm dans votre deck, puis placez-le sur votre Banc. Mélangez ensuite votre deck.",
en: "Search your deck for a Dreepy and put it onto your Bench. Then, shuffle your deck."
en: "Search your deck for a Dreepy and put it onto your Bench. Then, shuffle your deck.",
es: "Busca en tu baraja 1 Dreepy y ponlo en tu Banca. Después, baraja las cartas de tu baraja.",
it: "Cerca nel tuo mazzo un Dreepy e mettilo nella tua panchina. Poi rimischia le carte del tuo mazzo.",
pt: "Procure por 1 Dreepy no seu baralho e coloque-o no seu Banco. Em seguida, embaralhe o seu baralho.",
de: "Durchsuche dein Deck nach 1 Grolldra und lege es auf deine Bank. Mische anschließend dein Deck."
},
cost: ["Colorless"]
}, {
name: {
fr: "Morsure",
en: "Bite"
en: "Bite",
es: "Mordisco",
it: "Morso",
pt: "Mordida",
de: "Biss"
},
damage: 40,