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

29 lines
1017 B
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 "../SV8a"
const card: Card = {
set: Set,
name: {
ja: "オルティガ",
id: "Orto",
'zh-tw': "奧爾迪加",
'zh-cn': "奧爾迪加"
},
illustrator: "Teeziro",
rarity: "None",
category: "Trainer",
effect: {
ja: "相手の手札を見て、その中から好きなカードを1枚選び、相手の山札の下にもどす。その後、相手はのぞむなら、山札を1枚引く。",
id: "Lihat Kartu Pegangan lawan, pilih 1 kartu sesukanya di antaranya, lalu kembalikan ke bawah Deck lawan. Setelah itu, lawan dapat mengambil 1 kartu dari atas Deck.",
'zh-tw': "查看對手的手牌從其中任意選擇1張卡放回對手的牌庫下方。然後對手若希望從牌庫抽出1張卡。",
'zh-cn': "查看對手的手牌從其中任意選擇1張卡放回對手的牌庫下方。然後對手若希望從牌庫抽出1張卡。"
},
trainerType: "Supporter",
regulationMark: "G"
}
export default card