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

26 lines
763 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 "../SV5K"
const card: Card = {
set: Set,
name: {
ja: "ビワ",
'zh-tw': "枇琶",
th: "บิวะ"
},
illustrator: "DOM",
category: "Trainer",
effect: {
ja: "相手の手札を見て、その中からグッズを2枚まで選び、トラッシュする。",
'zh-tw': "查看對手的手牌從其中選擇最多2張物品卡將其丟棄。",
th: "ดูการ์ดบนมือฝ่ายตรงข้าม เลือกการ์ดไอเท็มได้สูงสุด 2 ใบจากในนั้น ทิ้งที่ตำแหน่งทิ้งการ์ด"
},
trainerType: "Supporter",
regulationMark: "H"
}
export default card