1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-25 09:29:55 +00:00

31 lines
308 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Ultra Prism'
const card: Card = {
name: {
en: "Super Boost Energy ◇",
fr: "Énergie Super Boost ",
},
illustrator: undefined,
rarity: "Rare",
category: "Energy",
set: Set,
energyType: "Special",
}
export default card