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

24 lines
982 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: "Ayaka Yoshida",
category: "Trainer",
effect: {
'zh-tw': "雙方玩家各將自己的手牌丟棄直到變為5張為止。對手先丟棄。手牌為5張以下的玩家不丟棄。",
th: "ผู้เล่นทั้งสองฝ่าย แต่ละฝ่ายทิ้งการ์ดบนมือฝ่ายตัวเองจนเหลือ 5 ใบที่ตำแหน่งทิ้งการ์ด (ฝ่ายตรงข้ามเริ่มทิ้งก่อน ผู้เล่นที่มีการ์ดบนมือน้อยกว่าหรือเท่ากับ 5 ใบไม่ต้องทิ้งการ์ด)"
},
trainerType: "Item",
regulationMark: "H"
}
export default card