mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 03:12:10 +00:00
20 lines
259 B
TypeScript
20 lines
259 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../S'
|
|
|
|
const set: Set = {
|
|
id: 'S3a',
|
|
name: {
|
|
ja: '伝説の鼓動',
|
|
ko: '전설의 고동',
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 76
|
|
},
|
|
releaseDate: '2020-07-10'
|
|
}
|
|
|
|
export default set
|