1
0
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:
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: {
en: "Gliscor",
fr: "Scorvol"
fr: "Scorvol",
es: "Gliscor",
it: "Gliscor",
pt: "Gliscor",
de: "Skorgro"
},
illustrator: "ryoma uratsuka",
@ -23,12 +27,20 @@ const card: Card = {
attacks: [{
name: {
en: "Acrobatics",
fr: "Acrobatie"
fr: "Acrobatie",
es: "Acróbata",
it: "Acrobazia",
pt: "Acrobático",
de: "Akrobatik"
},
effect: {
en: "Flip 2 coins. This attack does 40 more damage for each heads.",
fr: "Lancez 2 pièces. Cette attaque inflige 40 dégâts supplémentaires pour chaque côté face."
fr: "Lancez 2 pièces. Cette attaque inflige 40 dégâts supplémentaires pour chaque côté face.",
es: "Lanza 2 monedas. Este ataque hace 40 puntos de daño más por cada cara.",
it: "Lancia due volte una moneta. Questo attacco infligge 40 danni in più ogni volta che esce testa.",
pt: "Jogue 2 moedas. Este ataque causa 40 pontos de dano a mais para cada cara.",
de: "Wirf 2 Münzen. Diese Attacke fügt 40 Schadenspunkte mehr pro Kopf zu."
},
damage: "20+",
@ -36,7 +48,11 @@ const card: Card = {
}, {
name: {
en: "Guillotine",
fr: "Guillotine"
fr: "Guillotine",
es: "Guillotina",
it: "Ghigliottina",
pt: "Guilhotina",
de: "Guillotine"
},
damage: 90,