mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
Finished Complete Rework of the Database
This commit is contained in:
27
data/Sword & Shield/Rebel Clash.ts
Normal file
27
data/Sword & Shield/Rebel Clash.ts
Normal file
@ -0,0 +1,27 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Sword & Shield'
|
||||
|
||||
const swsh2: Set = {
|
||||
id: "swsh2",
|
||||
name: {
|
||||
en: "Rebel Clash",
|
||||
fr: "Clash des Rebelles"
|
||||
,
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
|
||||
cardCount: {
|
||||
total: 209,
|
||||
official: 192
|
||||
},
|
||||
|
||||
releaseDate: "2020-05-01",
|
||||
|
||||
legal: {
|
||||
standard: true,
|
||||
expanded: true
|
||||
},
|
||||
}
|
||||
|
||||
export default swsh2
|
Reference in New Issue
Block a user