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

24 lines
1.2 KiB
TypeScript
Raw 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 "../SV5M"
const card: Card = {
set: Set,
name: {
'zh-tw': "賽吉",
th: "เซจ"
},
illustrator: "Ryuta Fuse",
category: "Trainer",
effect: {
'zh-tw': "從自己的牌庫選擇1張自己的1隻場上寶可夢進化而來的卡擁有特性的寶可夢除外放置於那隻寶可夢身上完成進化。並且重洗牌庫。對對戰準備時使出的寶可夢或這個回合剛使出的寶可夢也可使用。",
th: "เลือกการ์ดที่จะวิวัฒนาการจากโปเกมอน 1 ตัวบนกระดานฝ่ายเรา (ยกเว้นโปเกมอนที่มีความสามารถ) 1 ใบจากสำรับการ์ดฝ่ายเรา วางบนโปเกมอนนั้นเพื่อวิวัฒนาการ แล้วสับสำรับการ์ด (โปเกมอนที่วางเพื่อเตรียมแบตเทิล และโปเกมอนที่เพิ่งออกมาในเทิร์นนี้ก็ใช้ได้)"
},
trainerType: "Supporter",
regulationMark: "H"
}
export default card