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

33 lines
420 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Plasma Freeze'
const card: Card = {
name: {
en: "Team Plasma Badge",
fr: "Badge de la Team Plasma",
},
illustrator: "5ban Graphics",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Le Pokémon auquel cette carte est attachée est un Pokémon de la Team Plasma.",
},
trainerType: "Tool",
}
export default card