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:
29
data/Scarlet & Violet/SVP Black Star Promos.ts
Normal file
29
data/Scarlet & Violet/SVP Black Star Promos.ts
Normal 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
|
Reference in New Issue
Block a user