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

27 lines
1.5 KiB
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 "../SV5a"
const card: Card = {
set: Set,
name: {
ja: "ゴヨウ",
'zh-tw': "悟松",
th: "โกโย"
},
illustrator: "hncl",
rarity: "Uncommon",
category: "Trainer",
effect: {
ja: "おたがいのプレイヤーは、それぞれ自分の手札をすべてウラにして切り、山札の下にもどす。その後、おたがいのプレイヤーは、それぞれコインを1回投げ、オモテなら6枚、ウラなら3枚、山札を引く。",
'zh-tw': "雙方玩家各將自己的手牌全部翻回反面並重洗放回牌庫下方。然後雙方玩家各擲1次硬幣若為正面則從牌庫抽出6張卡若為反面則從牌庫抽出3張卡。",
th: "ผู้เล่นทั้งสองฝ่าย แต่ละฝ่ายสับการ์ดบนมือฝ่ายตัวเองทั้งหมดโดยไม่ดูหน้าการ์ด ใส่กลับไปด้านล่างของสำรับการ์ด หลังจากนั้น ผู้เล่นทั้งสองฝ่าย แต่ละฝ่ายทอยเหรียญ 1 ครั้ง ถ้าออกหัวจั่วการ์ด 6 ใบ ถ้าออกก้อยจั่วการ์ด 3 ใบจากสำรับการ์ด"
},
trainerType: "Supporter",
regulationMark: "H"
}
export default card