mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-30 11:30:46 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
24
data-asia/SV/SV5M/061.ts
Normal file
24
data-asia/SV/SV5M/061.ts
Normal file
@ -0,0 +1,24 @@
|
||||
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
|
Reference in New Issue
Block a user