import { Card } from "../../../interfaces" import Set from "../SI" const card: Card = { set: Set, name: { 'zh-tw': "西餐廚師" }, illustrator: "Sanosuke Sakuma", category: "Trainer", effect: { 'zh-tw': "將自己的戰鬥寶可夢恢復「70」HP。" }, trainerType: "Supporter", regulationMark: "E" } export default card