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

33 lines
414 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Emerging Powers'
const card: Card = {
name: {
en: "Pokémon Catcher",
fr: "Attrape-Pokémon",
},
illustrator: "5ban Graphics",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Échangez le Pokémon Actif de votre adversaire avec 1 de ses Pokémon de Banc.",
},
trainerType: "Item",
}
export default card