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

30 lines
283 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Team Rocket'
const card: Card = {
name: {
en: "Full Heal Energy",
},
illustrator: "Keiji Kinebuchi",
rarity: "Uncommon",
category: "Energy",
set: Set,
energyType: "Special",
}
export default card