1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-12 15: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 Pouch",
fr: "Sacoche d'Énergie",
fr: "Sacoche dÉnergie",
es: "Bolso de Energía",
it: "Borsetta Energia",
pt: "Bolsa de Energia",
de: "Energietasche"
},
illustrator: "Toyste Beach",
rarity: "Uncommon",
@ -23,8 +27,12 @@ const card: Card = {
effect: {
fr: "Si le Pokémon auquel cette carte est attachée est mis K.O. par les dégâts d'une attaque de votre adversaire, placez toutes les Énergies de base lui étant attachées dans votre main.",
en: "If the Pokémon this card is attached to is Knocked Out by damage from an opponents attack, put all basic Energy attached to that Pokémon into your hand."
fr: "Si le Pokémon auquel cette carte est attachée est mis K.O. par les dégâts dune attaque de votre adversaire, placez toutes les Énergies de base lui étant attachées dans votre main.",
en: "If the Pokémon this card is attached to is Knocked Out by damage from an opponents attack, put all basic Energy attached to that Pokémon into your hand.",
es: "Si el Pokémon al que está unida esta carta queda Fuera de Combate por el daño de un ataque de tu rival, pon todas las Energías Básicas unidas a ese Pokémon en tu mano.",
it: "Se il Pokémon a cui è assegnata questa carta viene messo KO dai danni inflitti da un attacco del tuo avversario, riprendi in mano tutte le Energie base assegnate a quel Pokémon.",
pt: "Se o Pokémon ao qual este card está ligado for Nocauteado por danos causados pelo ataque de um oponente, coloque todas as Energias básicas ligadas a aquele Pokémon em sua mão.",
de: "Wenn das Pokémon, an das diese Karte angelegt ist, durch Schaden eines gegnerischen Angriffs kampfunfähig wird, nimm alle an jenes Pokémon angelegten Basis-Energien auf deine Hand."
},
trainerType: "Tool",