mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
18
data-asia/SM/AS4b.ts
Normal file
18
data-asia/SM/AS4b.ts
Normal file
@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../SM'
|
||||
|
||||
const set: Set = {
|
||||
id: 'AS4b',
|
||||
name: {
|
||||
id: 'Booster Pack Penguasa Langit Set B'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 178
|
||||
},
|
||||
releaseDate: '2020-03-04'
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user