import { Card } from "../../../interfaces" import Set from "../SVLS" const card: Card = { set: Set, name: { ja: "ボスの指令" }, illustrator: "NC Empire", category: "Trainer", effect: { ja: "相手のベンチポケモンを1匹選び、バトルポケモンと入れ替える。" }, trainerType: "Supporter", rarity: "None" } export default card