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

26 lines
1.6 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 "../S12a"
const card: Card = {
set: Set,
name: {
'zh-tw': "洗翠的沉重球",
th: "เฮฟวีบอลแห่งฮิซุย",
ja: "ヒスイのヘビーボール"
},
illustrator: "Studio Bora Inc.",
category: "Trainer",
effect: {
'zh-tw': "查看自己的所有反面朝上的獎賞卡的正面。從其中選擇1張【基礎】寶可夢卡在給對手看過後與這張「洗翠的沉重球」卡互換並加入手牌。將看過的獎賞卡與換入的卡全部翻回反面並重洗作為獎賞卡放置。",
th: "ดูหน้าการ์ดรางวัลที่คว่ำไว้ทั้งหมดของฝ่ายเรา เลือกการ์ดโปเกมอน[พื้นฐาน] 1 ใบจากในนั้น ให้ฝ่ายตรงข้ามดู สลับกับการ์ด [เฮฟวีบอลแห่งฮิซุย] นี้ นำขึ้นมือ คว่ำการ์ดรางวัลที่ดูและการ์ดที่สลับทั้งหมด สับการ์ดแล้ววางไว้เป็นการ์ดรางวัล",
ja: "ウラになっている自分のサイドのオモテをすべて見る。その中からたねポケモンを1枚選び、相手に見せて、この「ヒスイのヘビーボール」と入れ替えて、手札に加える。見たサイドや入れ替えたカードはすべてウラにして切り、サイドとして置く。"
},
trainerType: "Item",
regulationMark: "F"
}
export default card