mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
feat: Add SV9s (#746)
This commit is contained in:
24
data-asia/SV/SV9s/136.ts
Normal file
24
data-asia/SV/SV9s/136.ts
Normal file
@ -0,0 +1,24 @@
|
||||
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
|
Reference in New Issue
Block a user