1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-28 18:59:53 +00:00

27 lines
408 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Pokémon TCG Pocket'
const set: Set = {
id: "A2a",
name: {
de: "Licht des Triumphs",
en: "Triumphant Light",
es: "Luz Triunfal",
fr: "Lumière Triomphale",
it: "Luce Trionfale",
'pt-br': "Luz Triunfante",
ko: '초극의 빛'
},
serie: serie,
cardCount: {
official: 75
},
releaseDate: "2025-02-28"
}
export default set