mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
28 lines
434 B
TypeScript
28 lines
434 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../S'
|
|
|
|
const set: Set = {
|
|
id: 'S6H',
|
|
name: {
|
|
ja: '白銀のランス',
|
|
ko: '백은의 랜스',
|
|
'zh-tw': '銀白戰槍',
|
|
id: 'Ganjur Salju Perak',
|
|
th: 'หอกหิมะขาว'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 70
|
|
},
|
|
releaseDate: {
|
|
ja: '2021-04-23',
|
|
'zh-tw': '2021-05-07',
|
|
'th': '2021-05-28',
|
|
id: '2021-10-01'
|
|
}
|
|
}
|
|
|
|
export default set
|