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

26 lines
1.1 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 "../SVHK"
const card: Card = {
set: Set,
name: {
'zh-tw': "奧琳博士的氣魄",
th: "จิตมุ่งมั่นของศาสตราจารย์โอลิม",
id: "Keintensan Profesor Olim"
},
illustrator: "Megumi Mizutani",
category: "Trainer",
effect: {
'zh-tw': "選擇最多2隻自己的「古代」寶可夢從棄牌區附給那些寶可夢各1張基本能量卡。然後從自己的牌庫抽出3張卡。",
th: "เลือกโปเกมอน [โบราณ] ฝ่ายเราได้สูงสุด 2 ตัว นำการ์ดพลังงานพื้นฐานจากตำแหน่งทิ้งการ์ดมาติดตัวละ 1 ใบ หลังจากนั้น จั่วการ์ด 3 ใบจากสำรับการ์ดฝ่ายเรา",
id: "Pilih paling banyak 2 Pokémon Purba sendiri, lalu kenakan Energi Dasar masing-masing 1 lembar dari Trash. Setelah itu, ambil 3 kartu dari atas Deck sendiri."
},
trainerType: "Supporter",
regulationMark: "G"
}
export default card