1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00

24 lines
961 B
TypeScript
Raw Permalink 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: "Ken Sugimori",
category: "Trainer",
effect: {
'zh-tw': "將自己的手牌全部放回牌庫並重洗。然後從牌庫抽出4張卡。在上個對手的回合若自己的寶可夢【氣絕】了則改爲抽出7張卡。",
th: "ใส่การ์ดบนมือฝ่ายเราทั้งหมดกลับสำรับการ์ดแล้วสับ หลังจากนั้น จั่วการ์ด 4 ใบจากสำรับการ์ด เทิร์นก่อนหน้าของฝ่ายตรงข้าม ถ้าโปเกมอนฝ่ายเรา [หมดสภาพ] จะจั่วการ์ดได้ 7 ใบ"
},
trainerType: "Supporter",
regulationMark: "E"
}
export default card