1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-27 18:39:54 +00:00
cards-database/data/Sword & Shield/Evolving Skies.ts
Florian Bouillon 416c717ce5
Add Evolving Skies Data (#60)
* First batch

Missing more informations like Attacks,etc but it will be added later

Signed-off-by: Avior <florian.bouillon@delta-wings.net>

* Fixed some data

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-08-26 18:28:39 +02:00

21 lines
253 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sword & Shield'
const swsh6: Set = {
id: "swsh6",
name: {
en: "Evolving Skies"
},
serie: serie,
cardCount: {
official: 203
},
releaseDate: "2021-08-27"
}
export default swsh6