1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 04:12:11 +00:00
Florian Bouillon 5dab7afa10
Added shining fates (#24)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-05-26 20:36:06 +02:00

35 lines
438 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sword & Shield'
const swsh1: Set = {
id: "swsh4.5",
name: {
en: "Shining Fates",
fr: "Déstinées Radieuses",
},
serie: serie,
cardCount: {
total: 195,
official: 72
},
releaseDate: "2021-02-19",
legal: {
standard: true,
expanded: true
},
variants: {
normal: true,
reverse: false,
holo: false,
firstEdition: false
}
}
export default swsh1