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

27 lines
1.2 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 "../S12"
const card: Card = {
set: Set,
name: {
'zh-tw': "原始祭壇",
th: "แท่นบูชาอนารยะ",
ja: "未開の祭壇"
},
illustrator: "AYUMI ODASHIMA",
category: "Trainer",
effect: {
'zh-tw': "雙方玩家在每個自己的回合時可使用1次可查看自己的牌庫上方1張卡回復原樣。若希望將那張卡丟棄。",
th: "ผู้เล่นทั้งสองฝ่าย ในแต่ละเทิร์นของตัวเองทำได้ 1 ครั้ง ดูการ์ด 1 ใบจากด้านบนของสำรับการ์ดฝ่ายตัวเอง แล้วคืนที่เดิมก็ได้ หากต้องการ ทิ้งการ์ดใบนั้นที่ตำแหน่งทิ้งการ์ด",
ja: "おたがいのプレイヤーは、自分の番ごとに1回、自分の山札を上から1枚見て、もとにもどしてよい。のぞむなら、そのカードをトラッシュする。"
},
trainerType: "Stadium",
regulationMark: "F",
rarity: "Uncommon"
}
export default card