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

22 lines
420 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SV8s"
const card: Card = {
set: Set,
name: {
id: "Cyano"
},
illustrator: "Akira Komayama",
category: "Trainer",
effect: {
id: "Pilih paling banyak 3 lembar Pokémon {ex} dari Deck sendiri, perlihatkan ke lawan, lalu tambahkan ke Kartu Pegangan. Kemudian, kocok Deck."
},
trainerType: "Supporter",
regulationMark: "H"
}
export default card