mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Add chinese SV08 (#572)
This commit is contained in:
@ -4,7 +4,9 @@ import serie from '../SV'
|
||||
const set: Set = {
|
||||
id: 'SV8',
|
||||
name: {
|
||||
ja: '超電ブレイカー'
|
||||
ja: '超電ブレイカー',
|
||||
'zh-cn': '超電突圍',
|
||||
'zh-tw': '超電突圍'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
@ -13,7 +15,9 @@ const set: Set = {
|
||||
official: 106
|
||||
},
|
||||
releaseDate: {
|
||||
ja: '2024-10-18'
|
||||
ja: '2024-10-18',
|
||||
'zh-cn': '2024-10-25',
|
||||
'zh-tw': '2024-10-25',
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user