mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +00:00
Finished Complete Rework of the Database
This commit is contained in:
22
data/Diamond & Pearl/Legends Awakened.ts
Normal file
22
data/Diamond & Pearl/Legends Awakened.ts
Normal file
@ -0,0 +1,22 @@
|
||||
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
|
Reference in New Issue
Block a user