1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 04:12:11 +00:00
Florian Bouillon dc0dcff103
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-06-30 14:12:31 +02:00

42 lines
1.4 KiB
TypeScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { Card } from '../../../interfaces'
import Set from '../Celestial Storm'
const card: Card = {
name: {
en: "Tate & Liza",
fr: "Lévy et Tatia",
es: "Vito y Leti",
it: "Tell e Pat",
pt: "Tate e Liza",
de: "Ben & Svenja"
},
illustrator: "Megumi Mizutani",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Choisissez lune de ces options :\n\n• Mélangez votre main avec votre deck. Ensuite, piochez 5 cartes.\n• Échangez votre Pokémon Actif avec lun de vos Pokémon de Banc.",
en: "Choose 1:\n\n•Shuffle your hand into your deck. Then, draw 5 cards.\n•Switch your Active Pokémon with 1 of your Benched Pokémon.",
es: "Elige 1 opción:\n\n• Pon las cartas de tu mano en tu baraja y barájalas todas. Después, roba 5 cartas.\n• Cambia tu Pokémon Activo por 1 de tus Pokémon en Banca.",
it: "Scegli:\n\n• Rimischia le carte che hai in mano nel tuo mazzo. Poi pesca cinque carte.\n• Scambia il tuo Pokémon attivo con uno dei tuoi Pokémon in panchina.",
pt: "Escolha 1:\n\n• Embaralhe a sua mão no seu baralho. Em seguida, compre 5 cartas.\n• Troque o seu Pokémon Ativo por 1 dos seus Pokémon no Banco.",
de: "Wähle 1 aus:\n\n•Mische deine Handkarten in dein Deck. Ziehe anschließend 5 Karten.\n•Tausche dein Aktives Pokémon gegen 1 Pokémon auf deiner Bank aus."
},
trainerType: "Supporter",
}
export default card