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

27 lines
1.2 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 "../SV4K"
const card: Card = {
set: Set,
name: {
ja: "オーリム博士の気迫",
'zh-tw': "奧琳博士的氣魄",
th: "จิตมุ่งมั่นของศาสตราจารย์โอลิม"
},
illustrator: "Megumi Mizutani",
rarity: "Uncommon",
category: "Trainer",
effect: {
ja: "自分の「古代」のポケモンを2匹まで選び、トラッシュから基本エネルギーを1枚ずつつける。その後、自分の山札を3枚引く。",
'zh-tw': "選擇最多2隻自己的「古代」寶可夢從棄牌區附給那些寶可夢各1張基本能量卡。然後從自己的牌庫抽出3張卡。",
th: "เลือกโปเกมอน [โบราณ] ฝ่ายเราได้สูงสุด 2 ตัว นำการ์ดพลังงานพื้นฐานจากตำแหน่งทิ้งการ์ดมาติดตัวละ 1 ใบ หลังจากนั้น จั่วการ์ด 3 ใบจากสำรับการ์ดฝ่ายเรา"
},
trainerType: "Supporter",
regulationMark: "G"
}
export default card