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

31 lines
454 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Scarlet & Violet'
const set: Set = {
id: "sv08",
name: {
de: "Stürmische Funken",
en: "Surging Sparks",
es: "Chispas Fulgurantes",
fr: "Étincelles Déferlantes",
it: "Scintille Folgoranti",
pt: "Fagulhas Impetudsas"
},
serie: serie,
cardCount: {
official: 191
},
releaseDate: "2024-11-08",
abbreviations: {
official: "SSP",
fr: "ETD"
}
}
export default set