1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +00:00

feat(asian): Updated SV6 and added SV6a & SV6s (#502)

This commit is contained in:
2024-10-10 00:44:36 +02:00
committed by GitHub
parent 4f2c27937a
commit 1d14078dd8
365 changed files with 13098 additions and 481 deletions

View File

@ -4,7 +4,10 @@ import serie from '../SV'
const set: Set = {
id: 'SV6',
name: {
ja: '変幻の仮面'
ja: '変幻の仮面',
'zh-tw': '變幻假面',
th: 'หน้ากากจอมลวงตา',
ko: '변환의 가면'
},
serie: serie,
@ -14,7 +17,9 @@ const set: Set = {
},
releaseDate: {
ja: '2024-04-26',
'zh-tw': '2024-05-10'
'zh-tw': '2024-05-10',
th: '2024-05-31',
ko: '2024-06-21'
}
}