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

26 lines
1.4 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 "../S12a"
const card: Card = {
set: Set,
name: {
'zh-tw': "幻想門",
th: "มิราจเกต",
ja: "ミラージュゲート"
},
illustrator: "sadaji",
category: "Trainer",
effect: {
'zh-tw': "這張卡只有在自己的放逐區有7張以上的卡時才可使用。從自己的牌庫選擇最多2張各不同屬性的基本能量卡以任意方式附於自己的寶可夢身上。並且重洗牌庫。",
th: "การ์ดนี้ จะใช้ได้แค่ตอนที่การ์ดบนลอสต์โซนฝ่ายเรามีมากกว่าหรือเท่ากับ 7 ใบ เลือกการ์ดพลังงานพื้นฐานที่แต่ละใบต่างประเภทกันได้สูงสุด 2 ใบจากสำรับการ์ดฝ่ายเรา ติดที่โปเกมอนฝ่ายเราตามชอบ แล้วสับสำรับการ์ด",
ja: "このカードは、自分のロストゾーンにカードが7枚以上あるときにしか使えない。\n\n自分の山札から、それぞれちがうタイプの基本エネルギーを2枚まで選び、自分のポケモンに好きなようにつける。そして山札を切る。"
},
trainerType: "Item",
regulationMark: "F"
}
export default card