1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-30 19:40:48 +00:00

feat: add database update (#825)

This commit is contained in:
2025-07-19 18:58:03 +02:00
committed by GitHub
parent aa68bfccf2
commit 651346dff7
354 changed files with 21377 additions and 7 deletions

View File

@ -0,0 +1,29 @@
import { Set } from '../../interfaces'
import serie from '../Scarlet & Violet'
const set: Set = {
id: "sv10.5b",
name: {
de: "151",
en: "Black Bolt",
es: "151",
fr: "151",
it: "151",
pt: "151"
},
serie: serie,
cardCount: {
official: 86
},
releaseDate: "2025-07-17",
abbreviations: {
official: "BLK"
}
}
export default set