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

31 lines
1.3 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 "../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