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

33 lines
412 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Sun & Moon'
const card: Card = {
name: {
en: "Team Skull Grunt",
fr: "Sbire de la Team Skull",
},
illustrator: "Sanosuke Sakuma",
rarity: "Ultra Rare",
category: "Trainer",
set: Set,
effect: {
fr: "Votre adversaire dévoile sa main. Défaussez-en 2 cartes Énergie.",
},
trainerType: "Supporter",
}
export default card