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

30 lines
276 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Power Keepers'
const card: Card = {
name: {
en: "Multi Energy",
},
illustrator: "Takumi Akabane",
rarity: "Rare",
category: "Energy",
set: Set,
energyType: "Special",
}
export default card