1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-30 23:02:09 +00:00

33 lines
492 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Primal Clash'
const card: Card = {
name: {
en: "Professor Birch's Observations",
fr: "Observations du Professeur Seko",
},
illustrator: "Hitoshi Ariga",
rarity: "Ultra Rare",
category: "Trainer",
set: Set,
effect: {
fr: "Mélangez votre main avec votre deck et lancez une pièce. Si c'est face, piochez 7 cartes. Si c'est pile, piochez 4 cartes.",
},
trainerType: "Supporter",
}
export default card