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