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

Added Sun & Moon for other languages

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-06-30 14:12:31 +02:00
parent 369f8dadf7
commit dc0dcff103
2732 changed files with 54455 additions and 6885 deletions

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Honedge",
fr: "Monorpale",
es: "Honedge",
it: "Honedge",
pt: "Honedge",
de: "Gramokles"
},
illustrator: "Suwama Chiaki",
rarity: "Common",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Slashing Cutter",
fr: "Lame Lacérante",
es: "Cuchillada Afilada",
it: "Fil di Lama",
pt: "Cortador Dilacerante",
de: "Schlitzender Schnitt"
},
effect: {
en: "This attack's damage isn't affected by Weakness or Resistance.",
en: "This attacks damage isnt 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: "O dano deste ataque não é afetado por Fraqueza ou Resistência.",
de: "Der Schaden dieser Attacke wird durch Schwäche und Resistenz nicht verändert."
},
damage: 10,