1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-10 07:51:58 +00:00

feat: Add Poké Card Creator Pack cards (#184)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-11-22 15:08:42 +01:00
committed by GitHub
parent d7d600c0d7
commit b365c15559
6 changed files with 331 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
import { Set } from '../../interfaces'
import serie from '../EX'
const pccp: Set = {
id: "ex5.5",
name: {
en: "Poké Card Creator Pack"
},
serie: serie,
cardCount: {
official: 5
},
releaseDate: "2004-07-01"
}
export default pccp