mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 16:01:59 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Noctowl",
|
||||
fr: "Noarfang",
|
||||
es: "Noctowl",
|
||||
it: "Noctowl",
|
||||
pt: "Noctowl",
|
||||
de: "Noctuh"
|
||||
},
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Rare",
|
||||
@@ -21,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Hoothoot",
|
||||
fr: "Hoothoot",
|
||||
es: "Hoothoot",
|
||||
it: "Hoothoot",
|
||||
pt: "Hoothoot",
|
||||
de: "Hoothoot"
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
@@ -34,10 +42,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "High Flight",
|
||||
fr: "Haute Voltige",
|
||||
es: "Alto Vuelo",
|
||||
it: "Altaquota",
|
||||
pt: "Voo Alto",
|
||||
de: "Hoher Flug"
|
||||
},
|
||||
effect: {
|
||||
en: "Each player reveals his or her hand. This attack does 20 damage times the number of Item cards revealed.",
|
||||
fr: "Chaque joueur montre sa main. Cette attaque inflige 20 dégâts multipliés par le nombre de cartes Objet montrées.",
|
||||
es: "Los jugadores enseñan las cartas de su mano. Este ataque hace 20 puntos de daño por el número de cartas de Objeto mostradas.",
|
||||
it: "Ciascun giocatore mostra le carte che ha in mano. Questo attacco infligge 20 danni per ogni carta Strumento mostrata.",
|
||||
pt: "Cada jogador revela a própria mão. Este ataque causa 20 de danos vezes o número de cards de Item revelados.",
|
||||
de: "Jeder Spieler deckt seine Handkarten auf. Dieser Angriff fügt 20 Schadenspunkte mal der Anzahl der aufgedeckten Itemkarten zu."
|
||||
},
|
||||
damage: "20×",
|
||||
|
||||
@@ -51,6 +67,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Speed Dive",
|
||||
fr: "Plongée Rapide",
|
||||
es: "Picado Rápido",
|
||||
it: "Immersione Rapida",
|
||||
pt: "Mergulho Veloz",
|
||||
de: "Tempohechtsprung"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
|
Reference in New Issue
Block a user