mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
26
data-asia/SV/SVHK/020.ts
Normal file
26
data-asia/SV/SVHK/020.ts
Normal file
@ -0,0 +1,26 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SVHK"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
'zh-tw': "妮莫",
|
||||
th: "เนโม",
|
||||
id: "Nemola"
|
||||
},
|
||||
|
||||
illustrator: "Sanosuke Sakuma",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
'zh-tw': "從自己的牌庫抽出3張卡。",
|
||||
th: "จั่วการ์ด 3 ใบจากสำรับการ์ดฝ่ายเรา",
|
||||
id: "Ambil 3 kartu dari atas Deck sendiri."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user