1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09:18 +00:00

Added some XY translations (#63)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-23 00:18:16 +02:00
committed by GitHub
parent 741c19791e
commit 0ce5e62460
642 changed files with 8206 additions and 1657 deletions

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Max Potion",
fr: "Potion Max",
es: "Poción Máxima",
it: "Pozione Max",
pt: "Poção Máxima",
de: "Top-Trank"
},
illustrator: "Toyste Beach",
rarity: "Uncommon",
@ -23,8 +27,12 @@ const card: Card = {
effect: {
fr: "Soignez tous les dégâts de l'un de vos Pokémon. Dans ce cas, défaussez toutes les Énergies attachées au Pokémon choisi.",
en: "Heal all damage from 1 of your Pokémon. If you do, discard all Energy attached to that Pokémon."
fr: "Soignez tous les dégâts de lun de vos Pokémon. Dans ce cas, défaussez toutes les Énergies attachées au Pokémon choisi.",
en: "Heal all damage from 1 of your Pokémon. If you do, discard all Energy attached to that Pokémon.",
es: "Cura todos los puntos de daño a 1 de tus Pokémon. Si lo haces, descarta todas las Energías unidas a ese Pokémon.",
it: "Cura uno dei tuoi Pokémon da tutti i danni. Se lo fai, scarta tutte le Energie assegnate a quel Pokémon.",
pt: "Cure todos os danos de 1 dos seus Pokémon. Se fizer isso, descarte todas as Energias ligadas àquele Pokémon.",
de: "Heile allen Schaden bei 1 deiner Pokémon. Wenn du das machst, lege alle an jenes Pokémon angelegten Energien auf deinen Ablagestapel."
},
trainerType: "Item",