1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-02 07:32:11 +00:00
Florian Bouillon 369f8dadf7
Removed (#36)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-06-30 06:52:35 +00:00

31 lines
416 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",
es: "Destinos Brillantes"
},
serie: serie,
cardCount: {
total: 195,
official: 72
},
releaseDate: "2021-02-19",
variants: {
normal: true,
reverse: false,
holo: false,
firstEdition: false
}
}
export default swsh1