1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-11 15:45:14 +00:00
Files
cards-database/data/EX/Dragon/84.ts

30 lines
273 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Dragon'
const card: Card = {
name: {
en: "Energy Recycle System",
},
illustrator: "Zu-Ka",
rarity: "Uncommon",
category: "Trainer",
set: Set,
trainerType: "Item",
}
export default card