1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-04 05:11:58 +00:00
Files
cards-database/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/151.ts

22 lines
391 B
TypeScript

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