import { Card } from "../../../interfaces" import Set from "../SVF" const card: Card = { set: Set, name: { 'zh-tw': "老大的指令" }, illustrator: "NC Empire", category: "Trainer", effect: { 'zh-tw': "選擇1隻對手的備戰寶可夢,與戰鬥寶可夢互換。" }, trainerType: "Supporter", regulationMark: "G" } export default card