1
0
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:
2024-06-07 12:53:08 +02:00
committed by GitHub
parent a35fadd50c
commit a26ef0e5eb
8069 changed files with 379200 additions and 423 deletions

24
data-asia/SV/SV5M/061.ts Normal file
View 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