mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Shelgon",
|
||||
fr: "Drackhaus",
|
||||
es: "Shelgon",
|
||||
it: "Shelgon",
|
||||
pt: "Shelgon",
|
||||
de: "Draschel"
|
||||
},
|
||||
illustrator: "sui",
|
||||
rarity: "Uncommon",
|
||||
@ -21,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Bagon",
|
||||
fr: "Draby",
|
||||
es: "Bagon",
|
||||
it: "Bagon",
|
||||
pt: "Bagon",
|
||||
de: "Kindwurm"
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
@ -30,10 +38,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Exoskeleton",
|
||||
fr: "Exosquelette",
|
||||
es: "Exosqueleto",
|
||||
it: "Esoscheletro",
|
||||
pt: "Exo-esqueleto",
|
||||
de: "Exoskelett"
|
||||
},
|
||||
effect: {
|
||||
en: "Any damage done to this Pokémon by attacks is reduced by 10 (after applying Weakness and Resistance).",
|
||||
fr: "Tous les dégâts infligés à ce Pokémon par des attaques sont réduits de 10 (après application de la Faiblesse et de la Résistance).",
|
||||
es: "Cualquier daño infligido a este Pokémon por ataques se reduce en 10 (después de aplicar Debilidad y Resistencia).",
|
||||
it: "I danni inflitti a questo Pokémon dagli attacchi sono ridotti di 10, dopo aver applicato debolezza e resistenza.",
|
||||
pt: "Qualquer dano causado a este Pokémon por ataques será reduzido em 10 (após a aplicação de Fraqueza e Resistência).",
|
||||
de: "Schaden, der diesem Pokémon durch Angriffe zugefügt wird, wird um 10 Schadenspunkte reduziert (nachdem Schwäche und Resistenz verrechnet wurden)."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -47,6 +63,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Rolling Tackle",
|
||||
fr: "Roulé-Boulé",
|
||||
es: "Placaje Giro",
|
||||
it: "Rollazione",
|
||||
pt: "Golpe de Colisão Rolante",
|
||||
de: "Rolltackle"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
|
Reference in New Issue
Block a user