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

26 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: "Toyste Beach",
category: "Trainer",
effect: {
ja: "このカードは、前の相手の番に、自分のポケモンがきぜつしていなければ使えない。\n\nおたがいのプレイヤーは、それぞれ手札をすべて山札にもどして切る。その後、自分は5枚、相手は2枚、山札を引く。",
'zh-tw': "這張卡必須在上個對手的回合自己的寶可夢【昏厥】了才可使用。 雙方玩家各自將手牌全部放回牌庫並重洗。然後從牌庫抽卡自己抽出5張對手抽出2張。",
th: "การ์ดนี้ ในเทิร์นก่อนของฝ่ายตรงข้าม ถ้าโปเกมอนฝ่ายเราไม่[หมดสภาพ]จะใช้ไม่ได้ ผู้เล่นทั้งสองฝ่าย นำการ์ดบนมือของแต่ละฝ่ายทั้งหมดใส่กลับไปในสำรับการ์ดแล้วสับ หลังจากนั้น ฝ่ายเราจั่วการ์ด 5 ใบ ฝ่ายตรงข้ามจั่วการ์ด 2 ใบจากสำรับการ์ด"
},
trainerType: "Item",
regulationMark: "H"
}
export default card