mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-30 11:30:46 +00:00
Finished Complete Rework of the Database
This commit is contained in:
28
data/Sun & Moon/Ultra Prism.ts
Normal file
28
data/Sun & Moon/Ultra Prism.ts
Normal file
@ -0,0 +1,28 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Sun & Moon'
|
||||
|
||||
const sm5: Set = {
|
||||
id: "sm5",
|
||||
name: {
|
||||
en: "Ultra Prism",
|
||||
fr: "Ultra-Prisme"
|
||||
,
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
tcgOnline: "UPR",
|
||||
|
||||
cardCount: {
|
||||
total: 173,
|
||||
official: 156
|
||||
},
|
||||
|
||||
releaseDate: "2018-02-02",
|
||||
|
||||
legal: {
|
||||
standard: true,
|
||||
expanded: true
|
||||
},
|
||||
}
|
||||
|
||||
export default sm5
|
Reference in New Issue
Block a user