mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
Finished Complete Rework of the Database
This commit is contained in:
20
data/Platinum/Pokémon Rumble.ts
Normal file
20
data/Platinum/Pokémon Rumble.ts
Normal file
@ -0,0 +1,20 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Platinum'
|
||||
|
||||
const ru1: Set = {
|
||||
id: "ru1",
|
||||
name: {
|
||||
en: "Pokémon Rumble",
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
|
||||
cardCount: {
|
||||
total: 16,
|
||||
official: 16
|
||||
},
|
||||
|
||||
releaseDate: "2009-12-02"
|
||||
}
|
||||
|
||||
export default ru1
|
Reference in New Issue
Block a user