mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-28 14:59:19 +00:00
feat: add Eevee Grove (#782)
This commit is contained in:
26
data/Pokémon TCG Pocket/Eevee Grove.ts
Normal file
26
data/Pokémon TCG Pocket/Eevee Grove.ts
Normal file
@ -0,0 +1,26 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Pokémon TCG Pocket'
|
||||
|
||||
const set: Set = {
|
||||
id: "A3b",
|
||||
|
||||
name: {
|
||||
// de: "Hüter des Firmaments",
|
||||
en: "Eevee Grove",
|
||||
// es: "Guardianes Celestiales",
|
||||
// fr: "Gardiens Astraux",
|
||||
// it: "Guardiani Astrali",
|
||||
// 'pt-br': "Guardiões Celestiais",
|
||||
// ko: '쌍천의 수호자'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 69
|
||||
},
|
||||
|
||||
releaseDate: "2025-06-26"
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user