mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 08:59:18 +00:00
25
data/Sword & Shield/Pokémon GO.ts
Normal file
25
data/Sword & Shield/Pokémon GO.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Sword & Shield'
|
||||
|
||||
const set: Set = {
|
||||
id: "swsh10.5",
|
||||
|
||||
name: {
|
||||
en: "Pokémon GO",
|
||||
fr: "Pokémon GO",
|
||||
es: "Pokémon GO",
|
||||
it: "Pokémon GO",
|
||||
de: "Pokémon GO",
|
||||
pt: "Pokémon GO"
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 78
|
||||
},
|
||||
|
||||
releaseDate: "2022-07-01"
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user