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

24 lines
902 B
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: "Taira Akitsu",
category: "Trainer",
effect: {
'zh-tw': "從自己的牌庫任意選擇2張卡。重洗剩餘牌庫將所選的卡以任意順序排列放回牌庫上方。",
th: "เลือกการ์ดที่ชอบ 2 ใบจากสำรับการ์ดฝ่ายเรา สับสำรับการ์ดที่เหลือ เรียงการ์ดที่เลือกตามลำดับที่ชอบ ใส่กลับไปด้านบนของสำรับการ์ด"
},
trainerType: "Supporter",
regulationMark: "H"
}
export default card