mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-05-05 00:52:08 +00:00
22 lines
310 B
TypeScript
22 lines
310 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../Diamond & Pearl'
|
|
|
|
const dp6: Set = {
|
|
id: "dp6",
|
|
name: {
|
|
en: "Legends Awakened",
|
|
fr: "Éveil des Légendes"
|
|
},
|
|
serie: serie,
|
|
|
|
tcgOnline: "LA",
|
|
|
|
cardCount: {
|
|
total: 146,
|
|
official: 146
|
|
},
|
|
|
|
releaseDate: "2008-08-01"
|
|
}
|
|
|
|
export default dp6 |