1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-06 21:39:55 +00:00

22 lines
409 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../Extradimensional Crisis"
const card: Card = {
set: Set,
name: {
en: "Repel"
},
illustrator: "Yoshinobu Saito",
rarity: "Two Diamond",
category: "Trainer",
effect: {
en: "Switch out your opponent's Active Basic Pokémon to the Bench. (Your opponent chooses the new Active Pokémon.)"
},
trainerType: "Item"
}
export default card