1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-18 14:29:55 +00:00

33 lines
438 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Celestial Storm'
const card: Card = {
name: {
en: "Copycat",
fr: "Copieuse",
},
illustrator: "Ken Sugimori",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Mélangez votre main avec votre deck. Ensuite, piochez une carte pour chaque carte dans la main de votre adversaire.",
},
trainerType: "Supporter",
}
export default card