Skip to content

Commit

Permalink
chore: add set infos
Browse files Browse the repository at this point in the history
Signed-off-by: Avior <[email protected]>
  • Loading branch information
Aviortheking committed Oct 11, 2024
1 parent 74fbb38 commit bc57be3
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 30 deletions.
13 changes: 8 additions & 5 deletions data-asia/SV/SV7.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,22 @@ import { Set } from '../../interfaces'
import serie from '../SV'

const set: Set = {
id: 'SV6',
id: 'SV7',
name: {
ja: '変幻の仮面'
ja: 'ステラミラクル',
'zh-tw': '星晶奇跡',
'zh-cn': '星晶奇跡'
},

serie: serie,

cardCount: {
official: 101
official: 102
},
releaseDate: {
ja: '2024-04-26',
'zh-tw': '2024-05-10'
ja: '2024-07-19',
'zh-tw': '2024-08-02',
'zh-cn': '2024-08-02'
}
}

Expand Down
14 changes: 9 additions & 5 deletions data-asia/SV/SV7a.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,23 @@ import { Set } from '../../interfaces'
import serie from '../SV'

const set: Set = {
id: 'SV6',
id: 'SV7a',
name: {
ja: '変幻の仮面'
ja: '楽園ドラゴーナ',
'zh-tw': '樂園騰龍',
'zh-cn': '樂園騰龍'

},

serie: serie,

cardCount: {
official: 101
official: 64
},
releaseDate: {
ja: '2024-04-26',
'zh-tw': '2024-05-10'
ja: '2024-09-13',
'zh-tw': '2024-09-27',
'zh-cn': '2024-09-27',
}
}

Expand Down
11 changes: 6 additions & 5 deletions data-asia/SV/SV7s.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@ import { Set } from '../../interfaces'
import serie from '../SV'

const set: Set = {
id: 'SV6',
id: 'SV7s',
name: {
ja: '変幻の仮面'
id: 'Bimbingan Rasi',
th: 'แสงนำทางแห่งสเตลลาร์'
},

serie: serie,

cardCount: {
official: 101
official: 166
},
releaseDate: {
ja: '2024-04-26',
'zh-tw': '2024-05-10'
id: '2024-09-20',
th: '2024-09-30'
}
}

Expand Down
9 changes: 4 additions & 5 deletions data-asia/SV/SVK.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@ import { Set } from '../../interfaces'
import serie from '../SV'

const set: Set = {
id: 'SV6',
id: 'SVK',
name: {
ja: '変幻の仮面'
ja: 'デッキビルドBOX ステラミラクル'
},

serie: serie,

cardCount: {
official: 101
official: 44
},
releaseDate: {
ja: '2024-04-26',
'zh-tw': '2024-05-10'
ja: '2024-07-19'
}
}

Expand Down
9 changes: 4 additions & 5 deletions data-asia/SV/SVLN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@ import { Set } from '../../interfaces'
import serie from '../SV'

const set: Set = {
id: 'SV6',
id: 'SVLN',
name: {
ja: '変幻の仮面'
ja: 'スターターセット テラスタイプ:ステラ ニンフィアex'
},

serie: serie,

cardCount: {
official: 101
official: 22
},
releaseDate: {
ja: '2024-04-26',
'zh-tw': '2024-05-10'
ja: '2024-08-30'
}
}

Expand Down
9 changes: 4 additions & 5 deletions data-asia/SV/SVLS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@ import { Set } from '../../interfaces'
import serie from '../SV'

const set: Set = {
id: 'SV6',
id: 'SVLS',
name: {
ja: '変幻の仮面'
ja: 'スターターセット テラスタイプ:ステラ ソウブレイズex'
},

serie: serie,

cardCount: {
official: 101
official: 22
},
releaseDate: {
ja: '2024-04-26',
'zh-tw': '2024-05-10'
ja: '2024-08-30'
}
}

Expand Down

0 comments on commit bc57be3

Please sign in to comment.