mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
26
data-asia/SV/SV5K/091.ts
Normal file
26
data-asia/SV/SV5K/091.ts
Normal file
@ -0,0 +1,26 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SV5K"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
ja: "ビワ",
|
||||
'zh-tw': "枇琶",
|
||||
th: "บิวะ"
|
||||
},
|
||||
|
||||
illustrator: "GOSSAN",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
ja: "相手の手札を見て、その中からグッズを2枚まで選び、トラッシュする。",
|
||||
'zh-tw': "查看對手的手牌,從其中選擇最多2張物品卡,將其丟棄。",
|
||||
th: "ดูการ์ดบนมือฝ่ายตรงข้าม เลือกการ์ดไอเท็มได้สูงสุด 2 ใบจากในนั้น ทิ้งที่ตำแหน่งทิ้งการ์ด"
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "H"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user