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

feat: Add support for Asians Pokémon Cards (#481)

This commit is contained in:
2024-06-07 12:53:08 +02:00
committed by GitHub
parent a35fadd50c
commit a26ef0e5eb
8069 changed files with 379200 additions and 423 deletions

27
data-asia/SV/SV4K/064.ts Normal file
View File

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