1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 12:22:14 +00:00

33 lines
477 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../BREAKthrough'
const card: Card = {
name: {
en: "Brigette",
fr: "Juliette",
},
illustrator: "Megumi Mizutani",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Cherchez 1 Pokémon-EX de base ou 3 Pokémon de base dans votre deck (à part les Pokémon-EX) et placez-les sur votre Banc. Mélangez ensuite votre deck.",
},
trainerType: "Supporter",
}
export default card