1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 10:52:10 +00:00
cards-database/data/Black & White/Legendary Treasures.ts
2021-11-22 15:51:59 +01:00

24 lines
331 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Black & White'
const bw11: Set = {
id: "bw11",
name: {
en: "Legendary Treasures",
fr: "Legendary Treasures",
pt: "Tesouros Lendários"
},
serie: serie,
tcgOnline: "LTR",
cardCount: {
official: 113
},
releaseDate: "2013-11-06"
}
export default bw11