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: "Swanna",
fr: "Lakmécygne",
es: "Swanna",
it: "Swanna",
pt: "Swanna",
de: "Swaroness"
},
illustrator: "sui",
@ -37,6 +41,10 @@ const card: Card = {
name: {
en: "Wing Attack",
fr: "Cru-Aile",
es: "Ataque Ala",
it: "Attacco dAla",
pt: "Ataque de Asa",
de: "Flügelschlag"
},
damage: 20,
@ -51,10 +59,18 @@ const card: Card = {
name: {
en: "Brave Bird",
fr: "Rapace",
es: "Pájaro Osado",
it: "Baldeali",
pt: "Pássaro Bravo",
de: "Sturzflug"
},
effect: {
en: "This Pokémon does 20 damage to itself.",
fr: "Ce Pokémon s'inflige 20 dégâts.",
fr: "Ce Pokémon sinflige 20 dégâts.",
es: "Este Pokémon se hace 20 puntos de daño a sí mismo.",
it: "Questo Pokémon infligge 20 danni a se stesso.",
pt: "Este Pokémon causa 20 de danos a ele mesmo.",
de: "Dieses Pokémon fügt sich selbst 20 Schadenspunkte zu."
},
damage: 80,