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

Added Sun & Moon for other languages

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-06-30 14:12:31 +02:00
parent 369f8dadf7
commit dc0dcff103
2732 changed files with 54455 additions and 6885 deletions

View File

@ -4,26 +4,27 @@ import Set from '../Unified Minds'
const card: Card = {
name: {
en: "Tag Switch",
fr: "Échange dEscouade",
es: "Cambio Relevo",
it: "Scambio Alleato",
pt: "Substituição de Aliados",
de: "Team-Wechsel"
},
illustrator: undefined,
rarity: "Rare",
rarity: "Secret Rare",
category: "Trainer",
set: Set,
trainerType: "Item",
effect: {
en: "Move up to 2 Energy from 1 of your TAG TEAM Pokémon to another of your Pokémon.",
fr: "Déplacez jusquà 2 Énergies de lun de vos Pokémon ESCOUADE vers un autre de vos Pokémon.",
es: "Mueve hasta 2 Energías de 1 de tus Pokémon de equipo de RELEVOS a otro de tus Pokémon.",
it: "Sposta fino a due Energie da uno dei tuoi Pokémon ALLEATI a un altro dei tuoi Pokémon.",
pt: "Mova até 2 Energias de 1 dos seus Pokémon ALIADOS para outro Pokémon seu.",
de: "Verschiebe bis zu 2 Energien von 1 deiner TAG TEAM Pokémon auf 1 anderes deiner Pokémon."
}
}
export default card