1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 01:19:18 +00:00

feat: Add SV8a (#673)

This commit is contained in:
2025-02-28 08:44:24 +01:00
committed by GitHub
parent 2f9c5814ff
commit 19dccfd5d7
238 changed files with 14569 additions and 0 deletions

29
data-asia/SV/SV8a/189.ts Normal file
View File

@ -0,0 +1,29 @@
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