import { Card } from '../../../interfaces' import Set from '../Dragon' const card: Card = { name: { en: "High Pressure System", }, illustrator: "Ken Ikuji", rarity: "Uncommon", category: "Trainer", set: Set, trainerType: "Stadium", } export default card