import { Card } from "../../../interfaces" import Set from "../Wisdom of Sea and Sky" const card: Card = { set: Set, name: { en: "Elemental Switch" }, illustrator: "Toyste Beach", rarity: "Two Diamond", category: "Trainer", effect: { en: "Move a {R}, {W}, or {L} Energy from 1 of your Benched Pokémon to your Active Pokémon." }, trainerType: "Item" } export default card