1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00

30 lines
410 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Scarlet & Violet'
const set: Set = {
id: "sv07",
name: {
de: "Stellarkrone",
en: "Stellar Crown",
es: "Corona Astral",
fr: "Couronne Stellaire",
it: "Corona Astrale",
pt: "Coroa Estelar"
},
serie: serie,
cardCount: {
official: 142
},
releaseDate: "2024-09-13",
abbreviations: {
official: "SCR"
}
}
export default set