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

feat: Added XY Datas for other languages (#265)

This commit is contained in:
2022-03-31 11:01:32 +02:00
committed by GitHub
parent fc74c637d3
commit 4ec775fe56
1694 changed files with 23608 additions and 4670 deletions

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Fighting Stadium",
fr: "Stade des Combats",
es: "Estadio Lucha",
it: "Stadio Lotta",
pt: "Estádio de Combate",
de: "Kampfhalle"
},
illustrator: "Ryo Ueda",
rarity: "Uncommon",
@ -24,7 +28,11 @@ const card: Card = {
effect: {
fr: "Les attaques de chaque Pokémon Fighting en jeu (les vôtres et ceux de votre adversaire) infligent 20 dégâts supplémentaires aux Pokémon-EX Défenseurs (avant application de la Faiblesse et de la Résistance).",
en: "The attacks of each Fighting Pokémon in play (both yours and your opponents) do 20 more damage to the Defending Pokémon-EX (before applying Weakness and Resistance)."
en: "The attacks of each Fighting Pokémon in play (both yours and your opponent's) do 20 more damage to the Defending Pokémon-EX (before applying Weakness and Resistance).",
es: "Los ataques de cada Pokémon Fighting en juego (tanto tuyos como de tu rival) hacen 20 puntos de daño más a los Pokémon-EX Defensores (antes de aplicar Debilidad y Resistencia).",
it: "Gli attacchi di tutti i tuoi Pokémon Fighting in gioco, sia tuoi che del tuo avversario, infliggono 20 danni in più al Pokémon-EX difensore, prima di aver applicato debolezza e resistenza.",
pt: "Os ataques de cada Pokémon Fighting em jogo (seus e do seu oponente) causam 20 de danos adicionais ao Pokémon -EX Defensor (antes da aplicação de Fraqueza e Resistência).",
de: "Die Angriffe jedes Fighting-Pokémon im Spiel (deiner und der deines Gegners)fügen dem Verteidigenden Pokémon-EX 20 weitere Schadenspunkte zu (bevor Schwäche und Resistenz verrechnet werden)."
},
trainerType: "Stadium",