1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00

30 lines
296 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Gym Challenge'
const card: Card = {
name: {
en: "Psychic Energy",
},
illustrator: "Keiji Kinebuchi",
rarity: "Common",
category: "Energy",
set: Set,
stage: "Basic",
energyType: "Normal",
}
export default card