mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-29 11:09:51 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
22
data-asia/SM/AS1a.ts
Normal file
22
data-asia/SM/AS1a.ts
Normal file
@ -0,0 +1,22 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../SM'
|
||||
|
||||
const set: Set = {
|
||||
id: 'AS1a',
|
||||
name: {
|
||||
id: 'Matahari & Bulan: Hantaman Pertama Set A',
|
||||
th: 'ซันแอนด์มูน เฟิร์สอิมแพค Sun & Moon: First Impact Set A'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 150
|
||||
},
|
||||
releaseDate: {
|
||||
id: '2019-08-09',
|
||||
th: '2019-02-01'
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user