mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19:18 +00:00
Finished Complete Rework of the Database
This commit is contained in:
28
data/Sun & Moon/Unified Minds.ts
Normal file
28
data/Sun & Moon/Unified Minds.ts
Normal file
@ -0,0 +1,28 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Sun & Moon'
|
||||
|
||||
const sm11: Set = {
|
||||
id: "sm11",
|
||||
name: {
|
||||
en: "Unified Minds",
|
||||
fr: "Harmonie des Esprits"
|
||||
,
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
tcgOnline: "UNM",
|
||||
|
||||
cardCount: {
|
||||
total: 258,
|
||||
official: 236
|
||||
},
|
||||
|
||||
releaseDate: "2019-08-02",
|
||||
|
||||
legal: {
|
||||
standard: true,
|
||||
expanded: true
|
||||
},
|
||||
}
|
||||
|
||||
export default sm11
|
Reference in New Issue
Block a user