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

26 lines
1.1 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 "../SV3"
const card: Card = {
set: Set,
name: {
ja: "オルティガ",
'zh-tw': "奧爾迪加",
th: "ออร์ติกา [ซัพพอร์ต]"
},
illustrator: "Naoki Saito",
category: "Trainer",
effect: {
ja: "相手の手札を見て、その中から好きなカードを1枚選び、相手の山札の下にもどす。その後、相手はのぞむなら、山札を1枚引く。",
'zh-tw': "查看對手的手牌從其中任意選擇1張卡放回對手的牌庫下方。然後對手若希望從牌庫抽出1張卡。",
th: "ดูการ์ดบนมือฝ่ายตรงข้าม เลือกการ์ดที่ชอบ 1 ใบจากในนั้น ใส่กลับไปด้านล่างของสำรับการ์ดฝ่ายตรงข้าม หลังจากนั้น หากฝ่ายตรงข้ามต้องการ จั่วการ์ด 1 ใบจากสำรับการ์ด"
},
trainerType: "Supporter",
regulationMark: "G"
}
export default card