1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 11:22:10 +00:00

28 lines
440 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../S'
const set: Set = {
id: 'S9a',
name: {
ja: 'バトルリージョン',
ko: '배틀리전',
'zh-tw': '對戰地區',
id: 'Pertarungan Daerah',
th: 'พสุธามหายุทธ'
},
serie: serie,
cardCount: {
official: 67
},
releaseDate: {
ja: '2022-02-25',
'zh-tw': '2022-03-11',
th: '2022-04-29',
id: '2022-04-22'
}
}
export default set