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:
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user