mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 10:52:10 +00:00
19 lines
250 B
TypeScript
19 lines
250 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../L'
|
|
|
|
const set: Set = {
|
|
id: 'LL',
|
|
name: {
|
|
ja: '強化パック ロストリンク'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 40
|
|
},
|
|
releaseDate: '2010-04-16'
|
|
}
|
|
|
|
export default set
|