1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 03:42:13 +00:00

22 lines
440 B
TypeScript

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