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

22 lines
424 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SV5s"
const card: Card = {
set: Set,
name: {
id: "Prime Catcher"
},
illustrator: "Toyste Beach",
category: "Trainer",
effect: {
id: "Pilih 1 Pokémon Cadangan lawan, lalu tukar dengan Pokémon Bertarung. Setelah itu, tukar Pokémon Bertarung sendiri dengan Pokémon Cadangan."
},
trainerType: "Item",
regulationMark: "H"
}
export default card