mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-05-27 18:39:54 +00:00
24 lines
1013 B
TypeScript
24 lines
1013 B
TypeScript
import { Card } from "../../../interfaces"
|
|
import Set from "../SV9s"
|
|
|
|
const card: Card = {
|
|
set: Set,
|
|
|
|
name: {
|
|
th: "ยิมสไปก์ทาวน์",
|
|
id: "Gym Kota Spikemuth"
|
|
},
|
|
|
|
illustrator: "AYUMI ODASHIMA",
|
|
category: "Trainer",
|
|
|
|
effect: {
|
|
th: "ผู้เล่นทั้งสองฝ่าย ในแต่ละเทิร์นของตัวเองทำได้ 1 ครั้ง จะเลือกการ์ด [โปเกมอนของแมรี] 1 ใบจากสำรับการ์ดฝ่ายตัวเอง ให้ฝ่ายตรงข้ามดู และนำขึ้นมือก็ได้ แล้วสับสำรับการ์ด",
|
|
id: "Kedua pemain 1 kali pada tiap gilirannya sendiri dapat memilih 1 lembar Pokémon Marnie dari Deck sendiri, memperlihatkannya ke lawan, lalu menambahkannya ke Kartu Pegangan. Kemudian, kocok Deck."
|
|
},
|
|
|
|
trainerType: "Stadium",
|
|
regulationMark: "I"
|
|
}
|
|
|
|
export default card |