1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00
cards-database/data/Sword & Shield/Evolving Skies.ts
Florian Bouillon 68e363bfaa fix: Add missing codes of tcgOnline
Signed-off-by: Avior <git@avior.me>
2024-07-24 12:24:29 +02:00

28 lines
409 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sword & Shield'
const swsh6: Set = {
id: "swsh7",
name: {
en: "Evolving Skies",
fr: "Évolution Céleste",
es: "Cielos Evolutivos",
de: "Drachenwandel",
it: "Evoluzioni Eteree",
pt: "Céus em Evolução",
},
tcgOnline: 'EVS',
serie: serie,
cardCount: {
official: 203
},
releaseDate: "2021-08-27"
}
export default swsh6