1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 20:02:15 +00:00

30 lines
289 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Neo Destiny'
const card: Card = {
name: {
en: "Thought Wave Machine (Rocket's Secret Machine)",
},
illustrator: "Sumiyoshi Kizuki",
rarity: "Rare",
category: "Trainer",
set: Set,
}
export default card