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

30 lines
303 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Hidden Legends'
const card: Card = {
name: {
en: "Ancient Technical Machine (Steel)",
},
illustrator: "Mitsuhiro Arita",
rarity: "Uncommon",
category: "Trainer",
set: Set,
trainerType: "Tool",
}
export default card