1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-07 01:37:52 +00:00
cards-database/data/Sword & Shield/Darkness Ablaze.ts

27 lines
350 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"
,
},
serie: serie,
cardCount: {
total: 201,
official: 189
},
releaseDate: "2020-08-14",
legal: {
standard: true,
expanded: true
},
}
export default swsh3