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

22 lines
570 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SV6s"
const card: Card = {
set: Set,
name: {
id: "Gravel"
},
illustrator: "Naoki Saito",
category: "Trainer",
effect: {
id: "Pilih paling banyak 2 lembar Pokémon dari Kartu Pegangan sendiri, perlihatkan ke lawan, lalu kembalikan ke Deck. Setelah itu, pilih Pokémon dari Deck sendiri paling banyak sejumlah kartu yang telah dikembalikan, perlihatkan ke lawan, lalu tambahkan ke Kartu Pegangan. Kemudian, kocok Deck."
},
trainerType: "Supporter",
regulationMark: "H"
}
export default card