mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -25,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Anorith",
|
||||
fr: "Anorith",
|
||||
es: "Anorith",
|
||||
it: "Anorith",
|
||||
pt: "Anorith",
|
||||
de: "Anorith"
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
@ -43,10 +47,10 @@ const card: Card = {
|
||||
de: "Stromschnelle"
|
||||
},
|
||||
effect: {
|
||||
en: "Move an Energy from your opponent’s Active Pokémon to 1 of his or her Benched Pokémon.",
|
||||
fr: "Déplacez une Énergie attachée au Pokémon Actif de votre adversaire vers l’un de ses Pokémon de Banc.",
|
||||
en: "Move an Energy from your opponent's Active Pokémon to 1 of his or her Benched Pokémon.",
|
||||
fr: "Déplacez une Énergie attachée au Pokémon Actif de votre adversaire vers l'un de ses Pokémon de Banc.",
|
||||
es: "Mueve 1 Energía del Pokémon Activo de tu rival a 1 de sus Pokémon en Banca.",
|
||||
it: "Sposta un’Energia dal Pokémon attivo del tuo avversario a uno dei suoi Pokémon in panchina.",
|
||||
it: "Sposta un'Energia dal Pokémon attivo del tuo avversario a uno dei suoi Pokémon in panchina.",
|
||||
pt: "Mova uma Energia do Pokémon Ativo do seu oponente para 1 dos Pokémon no Banco dele(a).",
|
||||
de: "Verschiebe 1 an das Aktive Pokémon deines Gegners angelegte Energie auf 1 Pokémon auf der Bank deines Gegners."
|
||||
},
|
||||
@ -68,7 +72,7 @@ const card: Card = {
|
||||
de: "Abwehrklaue"
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent’s next turn, any damage done to this Pokémon by attacks is reduced by 30 (after applying Weakness and Resistance).",
|
||||
en: "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 30 (after applying Weakness and Resistance).",
|
||||
fr: "Pendant le prochain tour de votre adversaire, tous les dégâts infligés à ce Pokémon par des attaques sont réduits de 30 (après application de la Faiblesse et de la Résistance).",
|
||||
es: "Durante el próximo turno de tu rival, cualquier daño infligido a este Pokémon por ataques se reduce en 30 (después de aplicar Debilidad y Resistencia).",
|
||||
it: "Durante il prossimo turno del tuo avversario, i danni inflitti a questo Pokémon dagli attacchi sono ridotti di 30, dopo aver applicato debolezza e resistenza.",
|
||||
|
Reference in New Issue
Block a user