mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19: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: "Mountain Ring",
|
||||
fr: "Ring en Montagne",
|
||||
es: "Cuadrilátero de Montaña",
|
||||
it: "Ring Montano",
|
||||
pt: "Anel de Montanhas",
|
||||
de: "Gebirgsring"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Uncommon",
|
||||
@ -24,7 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Évitez tous les dégâts infligés à des Pokémon de Banc par des attaques (les vôtres et ceux de votre adversaire).",
|
||||
en: "Prevent all damage done to Benched Pokémon by attacks (both yours and your opponent’s)."
|
||||
en: "Prevent all damage done to Benched Pokémon by attacks (both yours and your opponent's).",
|
||||
es: "Evita todo el daño infligido a los Pokémon en Banca por ataques (tanto tuyos como de tu rival).",
|
||||
it: "Previeni tutti i danni da attacchi inflitti ai Pokémon in panchina, sia tuoi che del tuo avversario.",
|
||||
pt: "Previne todos os danos causados a Pokémon no Banco por ataques (seus e do seu oponente).",
|
||||
de: "Verhindere allen Schaden, der Pokémon auf der Bank durch Angriffe zugefügt würde (deinen und denen deines Gegners)."
|
||||
},
|
||||
trainerType: "Stadium",
|
||||
|
||||
|
Reference in New Issue
Block a user