mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +00:00
feat: Add SV9s (#746)
This commit is contained in:
24
data-asia/SV/SV9s/174.ts
Normal file
24
data-asia/SV/SV9s/174.ts
Normal file
@ -0,0 +1,24 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SV9s"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
th: "การสรรหาของทาเคชิ",
|
||||
id: "Perekrutan Brock"
|
||||
},
|
||||
|
||||
illustrator: "Teeziro",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
th: "เลือกการ์ดโปเกมอน[พื้นฐาน]ได้สูงสุด 2 ใบ หรือการ์ดโปเกมอนวิวัฒนาการ 1 ใบจากสำรับการ์ดฝ่ายเรา ให้ฝ่ายตรงข้ามดู นำขึ้นมือ แล้วสับสำรับการ์ด",
|
||||
id: "Pilih paling banyak 2 lembar Pokémon Basic atau pilih 1 lembar Pokémon Evolusi dari Deck sendiri, perlihatkan ke lawan, lalu tambahkan ke Kartu Pegangan. Kemudian, kocok Deck."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "I"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user