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:
24
data-asia/S/S5I/068.ts
Normal file
24
data-asia/S/S5I/068.ts
Normal 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
|
Reference in New Issue
Block a user