1
0
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:
2025-06-26 23:11:45 +02:00
committed by GitHub
parent e03d66e150
commit eb87e46cc8
108 changed files with 4799 additions and 0 deletions

View 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