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:
22
data/EX/Ruby & Sapphire.ts
Normal file
22
data/EX/Ruby & Sapphire.ts
Normal file
@ -0,0 +1,22 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../EX'
|
||||
|
||||
const ex1: Set = {
|
||||
id: "ex1",
|
||||
name: {
|
||||
en: "Ruby & Sapphire",
|
||||
fr: "Ruby & Sapphire"
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
tcgOnline: "RS",
|
||||
|
||||
cardCount: {
|
||||
total: 109,
|
||||
official: 109
|
||||
},
|
||||
|
||||
releaseDate: "2003-07-01"
|
||||
}
|
||||
|
||||
export default ex1
|
Reference in New Issue
Block a user