mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
20 lines
266 B
TypeScript
20 lines
266 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../XYb'
|
|
|
|
const set: Set = {
|
|
id: 'CP5',
|
|
name: {
|
|
ja: '冷酷の反逆者',
|
|
ko: '냉혹한 반역자'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 36
|
|
},
|
|
releaseDate: '2016-07-16'
|
|
}
|
|
|
|
export default set
|