import { Card } from "../../../interfaces" import Set from "../S8b" const card: Card = { set: Set, name: { 'zh-tw': "阿塞蘿拉的預感" }, illustrator: "Shiburingaru", category: "Trainer", effect: { 'zh-tw': "查看對手的手牌,從自己的牌庫抽出與其中訓練家卡的張數相同數量的卡。" }, trainerType: "Supporter", regulationMark: "E" } export default card