mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-26 13:59:18 +00:00
Finished Complete Rework of the Database
This commit is contained in:
27
data/Black & White/Legendary Treasures.ts
Normal file
27
data/Black & White/Legendary Treasures.ts
Normal file
@ -0,0 +1,27 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Black & White'
|
||||
|
||||
const bw11: Set = {
|
||||
id: "bw11",
|
||||
name: {
|
||||
en: "Legendary Treasures",
|
||||
fr: "Legendary Treasures"
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
tcgOnline: "LTR",
|
||||
|
||||
cardCount: {
|
||||
total: 115,
|
||||
official: 113
|
||||
},
|
||||
|
||||
releaseDate: "2013-11-06",
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: true
|
||||
},
|
||||
}
|
||||
|
||||
export default bw11
|
Reference in New Issue
Block a user