1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-13 21:35:10 +00:00
Files
cards-database/data/Sword & Shield/Sword & Shield/170.ts

33 lines
414 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Sword & Shield'
const card: Card = {
name: {
en: "Metal Saucer",
fr: "Écusson Métal",
},
illustrator: "Toyste Beach",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
en: "Attach a Metal Energy card from your discard pile to 1 of your Benched Metal Pokémon.",
},
trainerType: "Item",
}
export default card