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:
19
data-asia/SM/SM2L.ts
Normal file
19
data-asia/SM/SM2L.ts
Normal file
@ -0,0 +1,19 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../SM'
|
||||
|
||||
const set: Set = {
|
||||
id: 'SM2L',
|
||||
name: {
|
||||
ja: 'アローラの月光',
|
||||
ko: '알로라의 달빛'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 50
|
||||
},
|
||||
releaseDate: '2017-03-17'
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user