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

feat: Add Stellar Crown (#533)

This commit is contained in:
2024-10-09 23:30:26 +02:00
parent d5995d7723
commit bfe885b508
176 changed files with 9614 additions and 0 deletions

View File

@ -0,0 +1,25 @@
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"
}
export default set