import { Card } from "../../../interfaces" import Set from "../SVD" const card: Card = { set: Set, name: { 'zh-tw': "妮莫(未來)" }, illustrator: "Sanosuke Sakuma", category: "Trainer", effect: { 'zh-tw': "從自己的牌庫抽出3張卡。" }, trainerType: "Supporter", regulationMark: "G" } export default card