1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-26 13:59:18 +00:00
Files
cards-database/data/Sword & Shield/Sword & Shield/172.ts

33 lines
386 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Sword & Shield'
const card: Card = {
name: {
en: "Pal Pad",
fr: "Registre Ami",
},
illustrator: "Ryo Ueda",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
en: "Shuffle up to 2 Supporter cards from your discard pile into your deck.",
},
trainerType: "Item",
}
export default card