1
0
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:
2025-05-24 20:57:29 +02:00
committed by GitHub
parent db5863caee
commit 651313ce70
186 changed files with 9356 additions and 0 deletions

24
data-asia/SV/SV9s/136.ts Normal file
View 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