import { Card } from "../../../interfaces" import Set from "../SVK" const card: Card = { set: Set, name: { ja: "アクロマの実験" }, illustrator: "Naoki Saito", category: "Trainer", effect: { ja: "自分の山札を上から5枚見て、その中からカードを3枚選び、手札に加える。残りのカードはロストゾーンに置く。" }, trainerType: "Supporter", rarity: "None" } export default card