Skip to content

Commit

Permalink
feat: ADd set datas
Browse files Browse the repository at this point in the history
Signed-off-by: Avior <[email protected]>
  • Loading branch information
Aviortheking committed Dec 1, 2024
1 parent 5e1ba9e commit 76deb8f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions data/Scarlet & Violet/SVP Black Star Promos.ts
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 76deb8f

Please sign in to comment.