1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00

19 lines
231 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../e'
const set: Set = {
id: 'E4',
name: {
ja: '裂けた大地'
},
serie: serie,
cardCount: {
official: 88
},
releaseDate: '2002-08-23'
}
export default set