1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-06 01:07:53 +00:00

33 lines
397 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Ancient Origins'
const card: Card = {
name: {
en: "Paint Roller",
fr: "Rouleau à Peinture",
},
illustrator: "Toyste Beach",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Défaussez toute carte Stade en jeu. Ensuite, piochez une carte.",
},
trainerType: "Item",
}
export default card