mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +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: "Lucario",
|
||||
fr: "Lucario",
|
||||
es: "Lucario",
|
||||
it: "Lucario",
|
||||
pt: "Lucario",
|
||||
de: "Lucario"
|
||||
},
|
||||
illustrator: "Hitoshi Ariga",
|
||||
rarity: "Rare",
|
||||
@ -33,10 +37,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Vacuum Wave",
|
||||
fr: "Onde Vide",
|
||||
es: "Onda Vacío",
|
||||
it: "Vuotonda",
|
||||
pt: "Onda de Vácuo",
|
||||
de: "Vakuumwelle"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack’s damage isn’t affected by Weakness or Resistance.",
|
||||
fr: "Les dégâts de cette attaque ne sont pas affectés par la Faiblesse ou la Résistance.",
|
||||
es: "El daño de este ataque no se ve afectado por Debilidad o Resistencia.",
|
||||
it: "I danni di questo attacco non sono influenzati dalla debolezza o dalla resistenza.",
|
||||
pt: "Os danos deste ataque não são afetados por Fraqueza ou Resistência.",
|
||||
de: "Der Schaden dieses Angriffs wird durch Schwäche und Resistenz nicht verändert."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
@ -49,10 +61,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Fight Alone",
|
||||
fr: "Combat Solitaire",
|
||||
es: "Lucho Solo",
|
||||
it: "Minoranza",
|
||||
pt: "Luta Solo",
|
||||
de: "Einzelkämpfer"
|
||||
},
|
||||
effect: {
|
||||
en: "If you have fewer Pokémon in play than your opponent, this attack does 60 more damage for each Pokémon fewer you have in play.",
|
||||
fr: "Si vous avez moins de Pokémon en jeu que votre adversaire, cette attaque inflige 60 dégâts supplémentaires pour chaque Pokémon de moins que vous avez en jeu.",
|
||||
es: "Si tienes menos Pokémon en juego que tu rival, este ataque hace 60 puntos de daño más por cada Pokémon de menos que tengas en juego.",
|
||||
it: "Se hai meno Pokémon in gioco del tuo avversario, questo attacco infligge 60 danni in più per ogni Pokémon che hai in meno in gioco.",
|
||||
pt: "Se você tem menos Pokémon em jogo do que seu oponente, este ataque causa 60 de danos adicionais para cada Pokémon a menos que tenha em jogo.",
|
||||
de: "Wenn du weniger Pokémon im Spiel hast als dein Gegner, fügt dieser Angriff 60 weitere Schadenspunkte mal der Anzahl der Pokémon, die du weniger im Spiel hast, zu."
|
||||
},
|
||||
damage: "30+",
|
||||
|
||||
|
Reference in New Issue
Block a user