mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09: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: {
|
||||
en: "Espurr",
|
||||
fr: "Psystigri"
|
||||
fr: "Psystigri",
|
||||
es: "Espurr",
|
||||
it: "Espurr",
|
||||
pt: "Espurr",
|
||||
de: "Psiau"
|
||||
},
|
||||
|
||||
illustrator: "Saya Tsuruta",
|
||||
@ -18,12 +22,20 @@ const card: Card = {
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Focused Wish",
|
||||
fr: "Vœu Fervent"
|
||||
fr: "Vœu Fervent",
|
||||
es: "Intenso Deseo",
|
||||
it: "Intensiderio",
|
||||
pt: "Desejo Direcionado",
|
||||
de: "Gezielter Wunsch"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 20 more damage.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 20 dégâts supplémentaires."
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 20 dégâts supplémentaires.",
|
||||
es: "Lanza 1 moneda. Si sale cara, este ataque hace 20 puntos de daño más.",
|
||||
it: "Lancia una moneta. Se esce testa, questo attacco infligge 20 danni in più.",
|
||||
pt: "Jogue 1 moeda. Se sair cara, este ataque causará 20 pontos de dano a mais.",
|
||||
de: "Wirf 1 Münze. Bei Kopf fügt diese Attacke 20 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "20+",
|
||||
|
Reference in New Issue
Block a user