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

feat: Add Surging Sparks (#576)

This commit is contained in:
2024-11-12 01:16:52 +01:00
committed by GitHub
parent 14ed8ee912
commit 45f7db66d7
253 changed files with 14223 additions and 0 deletions

View File

@ -0,0 +1,30 @@
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