1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 08:19:17 +00:00

feat: Add support for Asians Pokémon Cards (#481)

This commit is contained in:
2024-06-07 12:53:08 +02:00
committed by GitHub
parent a35fadd50c
commit a26ef0e5eb
8069 changed files with 379200 additions and 423 deletions

29
data-asia/SV/SV1a/070.ts Normal file
View File

@ -0,0 +1,29 @@
import { Card } from "../../../interfaces"
import Set from "../SV1a"
const card: Card = {
set: Set,
name: {
ja: "ボウルタウン",
'zh-tw': "深缽鎮",
th: "โบวล์ทาวน์",
id: "Kota Mukun"
},
illustrator: "Oswaldo KATO",
rarity: "Uncommon",
category: "Trainer",
effect: {
ja: "おたがいのプレイヤーは、自分の番ごとに1回、自分の山札からたねポケモン「ルールを持つポケモン」をのぞくを1枚選び、ベンチに出してよい。そして山札を切る。",
'zh-tw': "雙方玩家在每個自己的回合時可使用1次可從自己的牌庫選擇1張【基礎】寶可夢卡「擁有規則的寶可夢」除外放置於備戰區。並且重洗牌庫。",
th: "ผู้เล่นทั้งสองฝ่าย ในแต่ละเทิร์นของตัวเองทำได้ 1 ครั้ง จะเลือกการ์ดโปเกมอน[พื้นฐาน] 1 ใบจากสำรับการ์ดฝ่ายตัวเอง (ยกเว้น [โปเกมอนที่มีกฎ]) วางบนเบนช์ก็ได้ แล้วสับสำรับการ์ด",
id: "Kedua pemain 1 kali pada tiap gilirannya sendiri dapat memilih 1 lembar Pokémon Basic (selain Pokémon yang memiliki Peraturan) dari Deck sendiri, lalu memasukkannya ke Cadangan. Kemudian, kocok Deck."
},
trainerType: "Stadium",
regulationMark: "G"
}
export default card