mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 19:32:11 +00:00
24 lines
665 B
TypeScript
24 lines
665 B
TypeScript
import { Card } from "../../../interfaces"
|
|
import Set from "../SV5M"
|
|
|
|
const card: Card = {
|
|
set: Set,
|
|
|
|
name: {
|
|
'zh-tw': "重新啟動箱",
|
|
th: "รีบูตพอด"
|
|
},
|
|
|
|
illustrator: "inose yukie",
|
|
category: "Trainer",
|
|
|
|
effect: {
|
|
'zh-tw': "從棄牌區附給自己的所有「未來」寶可夢各1張基本能量卡。",
|
|
th: "นำการ์ดพลังงานพื้นฐานจากตำแหน่งทิ้งการ์ดมาติดที่ โปเกมอน [อนาคต] ฝ่ายเราทุกตัว ตัวละ 1 ใบ"
|
|
},
|
|
|
|
trainerType: "Item",
|
|
regulationMark: "H"
|
|
}
|
|
|
|
export default card |