1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00
cards-database/data/Sword & Shield/Darkness Ablaze.ts

32 lines
478 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sword & Shield'
const swsh3: Set = {
id: "swsh3",
name: {
en: "Darkness Ablaze",
fr: "Ténèbres Embrasées",
es: "Oscuridad Incandescente",
it: "Fiamme Oscure",
de: "Flammende Finsternis",
pt: "Escuridão Incandescente"
},
tcgOnline: 'DAA',
serie: serie,
cardCount: {
official: 189
},
releaseDate: "2020-08-14",
abbreviations: {
official: "DAA",
fr: "TEM"
}
}
export default swsh3