1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 18:09:19 +00:00

feat: Add Scarlet & Violet Promos (#607)

* feat: ADd set datas

Signed-off-by: Avior <git@avior.me>

* feat: Add cards

Signed-off-by: Avior <git@avior.me>

---------

Signed-off-by: Avior <git@avior.me>
This commit is contained in:
2024-12-03 09:32:33 +01:00
committed by GitHub
parent 5e1ba9ee8d
commit c52ed815bb
166 changed files with 10278 additions and 0 deletions

View File

@ -0,0 +1,29 @@
import { Set } from '../../interfaces'
import serie from '../Scarlet & Violet'
const set: Set = {
id: "svp",
name: {
de: "SVP Black Star Promos",
en: "SVP Black Star Promos",
es: "SVP Black Star Promos",
fr: "SVP Black Star Promos",
it: "SVP Black Star Promos",
pt: "SVP Black Star Promos"
},
serie: serie,
cardCount: {
official: 0
},
releaseDate: "2023-03-31",
abbreviations: {
official: "SVP"
}
}
export default set