import { Card } from "../../../interfaces" import Set from "../Sc1a" const card: Card = { set: Set, name: { 'zh-tw': "亞洛" }, illustrator: "take", category: "Trainer", effect: { 'zh-tw': "將自己的最多2張手牌丟棄,從自己的牌庫抽出其張數×2張卡。" }, trainerType: "Supporter", regulationMark: "D" } export default card