import { Card } from '../../../interfaces' import Set from '../Stormfront' const card: Card = { name: { en: "Switch", fr: "Échange", de: "Tausch" }, illustrator: "Ryo Ueda", rarity: "Common", category: "Trainer", set: Set, effect: { fr: "Échangez 1 de vos Pokémon Actifs avec 1 des Pokémon de Banc.", de: "Tausche 1 deiner Aktiven Pokémon gegen 1 Pokémon auf deiner Bank aus." }, trainerType: "Item", } export default card