1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 08:59: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

@ -4,7 +4,11 @@ import Set from '../Fates Collide'
const card: Card = {
name: {
en: "Energy Reset",
fr: "Réinitialisation d'Énergie",
fr: "Réinitialisation dÉnergie",
es: "Reinicio de Energía",
it: "Ripresa Energetica",
pt: "Energia Redefinida",
de: "Energierückstellung"
},
illustrator: "Toyste Beach",
rarity: "Uncommon",
@ -23,8 +27,12 @@ const card: Card = {
effect: {
fr: "Placez dans votre main autant d'Énergies attachées à votre Pokémon que vous voulez.",
en: "Put as many Energy attached to your Pokémon as you like into your hand."
fr: "Placez dans votre main autant dÉnergies attachées à votre Pokémon que vous voulez.",
en: "Put as many Energy attached to your Pokémon as you like into your hand.",
es: "Pon tantas Energías unidas a tus Pokémon como quieras en tu mano.",
it: "Prendi tutte le Energie assegnate ai tuoi Pokémon che vuoi e aggiungile alle carte che hai in mano.",
pt: "Coloque tantas Energias ligadas aos seus Pokémon quanto desejar em sua mão.",
de: "Nimm beliebig viele an deine Pokémon angelegten Energien auf deine Hand."
},
trainerType: "Item",