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