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

26
data-asia/SV/SV5K/091.ts Normal file
View 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