1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +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

31
data-asia/SV/SV8a/175.ts Normal file
View File

@ -0,0 +1,31 @@
import { Card } from "../../../interfaces"
import Set from "../SV8a"
const card: Card = {
set: Set,
name: {
ja: "フトゥー博士のシナリオ",
id: "Skenario Profesor Futu",
th: "แผนการของศาสตราจารย์ฟูทูร์",
'zh-tw': "弗圖博士的劇本",
'zh-cn': "弗圖博士的劇本"
},
illustrator: "hncl",
rarity: "None",
category: "Trainer",
effect: {
ja: "自分の場のポケモンを1匹選び、手札にもどす。ポケモン以外のカードは、すべてトラッシュする。",
id: "Pilih 1 Pokémon di Arena sendiri, lalu kembalikan ke Kartu Pegangan. (Buang semua kartu selain Pokémon ke Trash.)",
th: "เลือกโปเกมอนบนกระดานฝ่ายเรา 1 ตัว นำกลับขึ้นมือ (ทิ้งการ์ดทุกใบที่ไม่ใช่โปเกมอนที่ตำแหน่งทิ้งการ์ด)",
'zh-tw': "選擇1隻自己的場上寶可夢放回手牌。寶可夢以外的卡全部丟棄。",
'zh-cn': "選擇1隻自己的場上寶可夢放回手牌。寶可夢以外的卡全部丟棄。"
},
trainerType: "Supporter",
regulationMark: "G"
}
export default card