1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-03 08:59:18 +00:00

feat: Add SV11 set files

Signed-off-by: Avior <git@avior.me>
This commit is contained in:
2025-05-24 20:38:30 +02:00
parent 90d12fc9b6
commit c82a189c75
2 changed files with 48 additions and 0 deletions

24
data-asia/SV/SV11B.ts Normal file
View File

@ -0,0 +1,24 @@
import { Set } from '../../interfaces'
import serie from '../SV'
const set: Set = {
id: 'SV11B',
name: {
ja: 'ブラックボルト',
"zh-cn": '漆黑伏特',
"zh-tw": '漆黑伏特'
},
serie: serie,
cardCount: {
official: 86
},
releaseDate: {
ja: '2025-06-06',
"zh-cn": '2025-06-20',
"zh-tw": '2025-06-20',
}
}
export default set

24
data-asia/SV/SV11W.ts Normal file
View File

@ -0,0 +1,24 @@
import { Set } from '../../interfaces'
import serie from '../SV'
const set: Set = {
id: 'SV11W',
name: {
ja: 'ホワイトフレア',
"zh-cn": '純白閃焰',
"zh-tw": '純白閃焰'
},
serie: serie,
cardCount: {
official: 86
},
releaseDate: {
ja: '2025-06-06',
"zh-cn": '2025-06-20',
"zh-tw": '2025-06-20',
}
}
export default set