1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09: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: "Wormadam",
fr: "Cheniselle",
es: "Wormadam",
it: "Wormadam",
pt: "Wormadam",
de: "Burmadame"
},
illustrator: "Hajime Kusajima",
rarity: "Uncommon",
@ -33,6 +37,10 @@ const card: Card = {
name: {
en: "Sand Spray",
fr: "Jet Sableux",
es: "Rociado de Arena",
it: "Silicospruzzo",
pt: "Spray de Areia",
de: "Sandspray"
},
damage: 30,
@ -47,10 +55,18 @@ const card: Card = {
name: {
en: "Twin Bursts",
fr: "Explosions en Duo",
es: "Estallidos Gemelos",
it: "Scoppiogemello",
pt: "Erupções Gêmeas",
de: "Doppelsalve"
},
effect: {
en: "If Mothim is on your Bench, this attack does 60 more damage.",
fr: "Si Papilord est sur votre Banc, cette attaque inflige 60 dégâts supplémentaires.",
es: "Si Mothim está en tu Banca, este ataque hace 60 puntos de daño más.",
it: "Se Mothim è nella tua panchina, questo attacco infligge 60 danni in più.",
pt: "Se Mothim estiver no seu Banco, este ataque causará 60 de danos adicionais.",
de: "Wenn sich Moterpel auf deiner Bank befindet, fügt dieser Angriff 60 weitere Schadenspunkte zu."
},
damage: "60+",