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

22 lines
416 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SV6s"
const card: Card = {
set: Set,
name: {
id: "Siklon Pengangkat Pokémon"
},
illustrator: "Toyste Beach",
category: "Trainer",
effect: {
id: "Pilih 1 Pokémon di Arena sendiri, lalu kembalikan Pokémon tersebut dan semua kartu yang dikenakannya ke Kartu Pegangan."
},
trainerType: "Item",
regulationMark: "H"
}
export default card