1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19:18 +00:00

Added some XY translations (#63)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-23 00:18:16 +02:00
committed by GitHub
parent 741c19791e
commit 0ce5e62460
642 changed files with 8206 additions and 1657 deletions

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Pawniard",
fr: "Scalpion",
es: "Pawniard",
it: "Pawniard",
pt: "Pawniard",
de: "Gladiantri"
},
illustrator: "Sumiyoshi Kizuki",
rarity: "Common",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Charge Order",
fr: "Ordre de Charge",
es: "Orden de Carga",
it: "Alla Carica",
pt: "Ordem de Carga",
de: "Marschbefehl"
},
effect: {
en: "This attack does 10 damage times the number of your Pawniard.",
fr: "Cette attaque inflige 10 dégâts multipliés par le nombre de vos Scalpion.",
es: "Este ataque hace 10 puntos de daño por cada uno de tus Pawniard.",
it: "Questo attacco infligge 10 danni per ogni Pawniard che hai.",
pt: "Este ataque causa 10 de danos vezes o número de seus Pawniard.",
de: "Dieser Angriff fügt 10 Schadenspunkte mal der Anzahl deiner Gladiantri zu."
},
damage: "10×",