1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 19:32:11 +00:00

21 lines
359 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../S12"
const card: Card = {
set: Set,
name: {
ja: "さぎょういん"
},
illustrator: "Yuu Nishida",
category: "Trainer",
effect: {
ja: "自分の山札を3枚引く。場に出ているスタジアムをトラッシュする。"
},
trainerType: "Supporter"
}
export default card