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

22 lines
434 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SV4s"
const card: Card = {
set: Set,
name: {
id: "Tulip"
},
illustrator: "AKIRA EGAWA",
category: "Trainer",
effect: {
id: "Pilih paling banyak total 4 lembar Pokémon {Psychic} dan Energi Dasar {Psychic} dari Trash sendiri, perlihatkan ke lawan, lalu tambahkan ke Kartu Pegangan."
},
trainerType: "Supporter",
regulationMark: "G"
}
export default card