1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 19:32:11 +00:00

24 lines
1.1 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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