mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-30 03:29:51 +00:00
Finished Complete Rework of the Database
This commit is contained in:
21
data/Neo/Neo Destiny.ts
Normal file
21
data/Neo/Neo Destiny.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Neo'
|
||||
|
||||
const neo4: Set = {
|
||||
id: "neo4",
|
||||
name: {
|
||||
en: "Neo Destiny",
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
tcgOnline: "N4",
|
||||
|
||||
cardCount: {
|
||||
total: 113,
|
||||
official: 105
|
||||
},
|
||||
|
||||
releaseDate: "2002-02-28"
|
||||
}
|
||||
|
||||
export default neo4
|
Reference in New Issue
Block a user