mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
28 lines
444 B
TypeScript
28 lines
444 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../S'
|
|
|
|
const set: Set = {
|
|
id: 'S7R',
|
|
name: {
|
|
ja: '蒼空ストリーム',
|
|
ko: '창공의스트림',
|
|
'zh-tw': '蒼空烈流',
|
|
id: 'Arus Langit Biru',
|
|
th: 'สายน้ำแห่งนภา'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 67
|
|
},
|
|
releaseDate: {
|
|
ja: '2021-07-09',
|
|
'zh-tw': '2021-07-23',
|
|
th: '2021-08-27',
|
|
id: '2021-11-05'
|
|
}
|
|
}
|
|
|
|
export default set
|