mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
24
data-asia/S/CS4b.ts
Normal file
24
data-asia/S/CS4b.ts
Normal file
@ -0,0 +1,24 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../S'
|
||||
|
||||
const set: Set = {
|
||||
id: 'sv1a',
|
||||
name: {
|
||||
ja: 'トリプレットビート',
|
||||
ko: '트리플렛비트',
|
||||
'zh-tw': '三連音爆',
|
||||
id: 'Hantaman Triplet',
|
||||
th: 'ทริปเปิลบีต'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
// TODO: fill the rest
|
||||
|
||||
cardCount: {
|
||||
official: 101
|
||||
},
|
||||
releaseDate: '2024-04-26'
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user