mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Joltik",
|
||||
fr: "Statitik",
|
||||
es: "Joltik",
|
||||
it: "Joltik",
|
||||
pt: "Joltik",
|
||||
de: "Wattzapf"
|
||||
},
|
||||
illustrator: "TOKIYA",
|
||||
rarity: "Common",
|
||||
@ -30,6 +34,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Gnaw",
|
||||
fr: "Ronge",
|
||||
es: "Roer",
|
||||
it: "Rosicchiamento",
|
||||
pt: "Roída",
|
||||
de: "Nagen"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@ -43,10 +51,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Night March",
|
||||
fr: "Marche Nocturne",
|
||||
es: "Marcha Nocturna",
|
||||
it: "Marcia Notturna",
|
||||
pt: "Marcha Noturna",
|
||||
de: "Nachtwanderung"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 20 damage times the number of Pokémon in your discard pile that have the Night March attack.",
|
||||
fr: "Cette attaque inflige 20 dégâts multipliés par le nombre de Pokémon dans votre pile de défausse possédant l’attaque Marche Nocturne.",
|
||||
fr: "Cette attaque inflige 20 dégâts multipliés par le nombre de Pokémon dans votre pile de défausse possédant l'attaque Marche Nocturne.",
|
||||
es: "Este ataque hace 20 puntos de daño por cada Pokémon en tu pila de descartes que tenga el ataque Marcha Nocturna.",
|
||||
it: "Questo attacco infligge 20 danni per ogni Pokémon nella tua pila degli scarti che conosce l'attacco Marcia Notturna.",
|
||||
pt: "Esse ataque causa 20 de danos vezes o número de Pokémon em sua pilha de descarte que possuem o ataque Marcha Noturna.",
|
||||
de: "Dieser Angriff fügt 20 Schadenspunkte mal der Anzahl der Pokémon in deinem Ablagestapel, die Nachtwanderung beherrschen, zu."
|
||||
},
|
||||
damage: "20×",
|
||||
|
||||
|
Reference in New Issue
Block a user