mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
Finished Complete Rework of the Database
This commit is contained in:
27
data/Sun & Moon/Yellow A Alternate.ts
Normal file
27
data/Sun & Moon/Yellow A Alternate.ts
Normal file
@ -0,0 +1,27 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Sun & Moon'
|
||||
|
||||
const sma: Set = {
|
||||
id: "sma",
|
||||
name: {
|
||||
en: "Yellow A Alternate",
|
||||
fr: "Carte Alternative A Jaune"
|
||||
,
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
|
||||
cardCount: {
|
||||
total: 94,
|
||||
official: 94
|
||||
},
|
||||
|
||||
releaseDate: "2019-08-23",
|
||||
|
||||
legal: {
|
||||
standard: true,
|
||||
expanded: true
|
||||
},
|
||||
}
|
||||
|
||||
export default sma
|
Reference in New Issue
Block a user