1
0
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:
2024-11-06 02:10:26 +01:00
committed by GitHub
parent 8231f45f81
commit bf8f610c04
107 changed files with 1658 additions and 608 deletions

View File

@ -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',
}
}