1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-02 00:29:17 +00:00
Files
cards-database/data/Call of Legends/Call of Legends.ts
2021-04-28 16:47:31 +02:00

26 lines
363 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Call of Legends'
const col1: Set = {
id: "col1",
name: {
en: "Call of Legends",
fr: "L'appel des Légendes"
},
serie: serie,
tcgOnline: "CL",
cardCount: {
total: 106,
official: 95
},
legal: {
expanded: false,
standard: false
},
releaseDate: "2011-02-09"
}
export default col1