1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 11:52:16 +00:00

26 lines
982 B
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 "../SV5K"
const card: Card = {
set: Set,
name: {
ja: "探検家の先導",
'zh-tw': "探險家的嚮導",
th: "การนำทางของนักสำรวจ"
},
illustrator: "Hideki Ishikawa",
category: "Trainer",
effect: {
ja: "自分の山札を上から6枚見て、その中からカードを2枚選び、手札に加える。残りのカードはトラッシュする。",
'zh-tw': "查看自己的牌庫上方6張卡從其中選擇2張卡加入手牌。將剩餘卡丟棄。",
th: "ดูการ์ด 6 ใบจากด้านบนของสำรับการ์ดฝ่ายเรา เลือกการ์ด 2 ใบจากในนั้น นำขึ้นมือ ทิ้งการ์ดที่เหลือที่ตำแหน่งทิ้งการ์ด"
},
trainerType: "Supporter",
regulationMark: "H"
}
export default card