1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 17:09:19 +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

24
data-asia/S/S5I/068.ts Normal file
View File

@ -0,0 +1,24 @@
import { Card } from "../../../interfaces"
import Set from "../S5I"
const card: Card = {
set: Set,
name: {
'zh-tw': "馬士德 一擊流",
th: "มัสตาร์ดรูปแบบจู่โจมครั้งเดียว"
},
illustrator: "Mitsuhiro Arita",
category: "Trainer",
effect: {
'zh-tw': "這張卡只有在自己的手牌只有這1張時才可使用。 從自己的牌庫選擇1張「一擊」寶可夢卡放置於備戰區。並且重洗牌庫。然後從自己的牌庫抽出5張卡。",
th: "การ์ดนี้ จะใช้ได้แค่ตอนที่การ์ดบนมือฝ่ายเรามีการ์ดนี้เพียง 1 ใบเท่านั้น เลือกการ์ดโปเกมอน 1 ใบจากสำรับการ์ดฝ่ายเรา วางบนเบนช์ แล้วสับสำรับการ์ด จากนั้น จั่วการ์ด 5 ใบจากสำรับการ์ดฝ่ายเรา"
},
trainerType: "Supporter",
regulationMark: "E"
}
export default card