1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00
cards-database/data/Sword & Shield/Brilliant Stars.ts
Florian Bouillon 68e363bfaa fix: Add missing codes of tcgOnline
Signed-off-by: Avior <git@avior.me>
2024-07-24 12:24:29 +02:00

28 lines
404 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sword & Shield'
const set: Set = {
id: "swsh9",
name: {
en: "Brilliant Stars",
fr: "Stars Étincelantes",
es: "Astros Brillantes",
it: "Astri Lucenti",
de: "Strahlende Sterne",
pt: "Astros Cintilantes"
},
tcgOnline: 'BRS',
serie: serie,
cardCount: {
official: 172
},
releaseDate: "2022-02-25"
}
export default set