1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00

20 lines
277 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../XY'
const set: Set = {
id: 'CP2',
name: {
ja: '伝説キラコレクション',
ko: '레전드 컬렉션'
},
serie: serie,
cardCount: {
official: 27
},
releaseDate: '2015-07-18'
}
export default set