1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-22 16:19:54 +00:00

28 lines
377 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../XY'
const card: Card = {
name: {
en: "Psychic Energy",
fr: "Énergie Psy",
es: "Energía Psíquica",
it: "Energia Psico",
pt: "Energia Psíquica",
de: "Psycho-Energie"
},
illustrator: undefined,
rarity: "Common",
category: "Energy",
set: Set,
energyType: "Normal",
}
export default card