mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 19:32:11 +00:00
28 lines
447 B
TypeScript
28 lines
447 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../S'
|
|
|
|
const set: Set = {
|
|
id: 'S5a',
|
|
name: {
|
|
ja: '双璧のファイター',
|
|
ko: '쌍벽의 파이터',
|
|
'zh-tw': '雙璧戰士',
|
|
id: 'Dua Pilar Petarung',
|
|
th: 'สองยอดนักสู้'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 70
|
|
},
|
|
releaseDate: {
|
|
ja: '2021-03-19',
|
|
'zh-tw': '2021-04-02',
|
|
th: '2021-04-30',
|
|
id: '2021-07-02'
|
|
}
|
|
}
|
|
|
|
export default set
|