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

26 lines
1.5 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: "Megumi Mizutani",
category: "Trainer",
effect: {
'zh-tw': "這張卡只可在對手剩餘獎賞卡的張數為3張以下時使用。 雙方玩家各將手牌全部放回牌庫並重洗。然後從牌庫抽卡自己抽出6張對手抽出2張。",
th: "การ์ดนี้ จะใช้ได้แค่ตอนที่จำนวนการ์ดรางวัลที่เหลือของฝ่ายตรงข้ามมีน้อยกว่าหรือเท่ากับ 3 ใบ ผู้เล่นทั้งสองฝ่าย นำการ์ดบนมือแต่ละฝ่ายทั้งหมดใส่กลับไปในสำรับการ์ดแล้วสับ หลังจากนั้น ฝ่ายเราจั่วการ์ด 6 ใบ และฝ่ายตรงข้ามจั่วการ์ด 2 ใบจากสำรับการ์ด",
ja: "このカードは、相手のサイドの残り枚数が3枚以下のときにしか使えない。\n\nおたがいのプレイヤーは、それぞれ手札をすべて山札にもどして切る。その後、自分は6枚、相手は2枚、山札を引く。"
},
trainerType: "Supporter",
regulationMark: "F"
}
export default card