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:
@ -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 d’Ala",
|
||||
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 s’inflige 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,
|
||||
|
||||
|
Reference in New Issue
Block a user