mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-22 03:49:19 +00:00
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>
This commit is contained in:
20
data/Sword & Shield/Evolving Skies.ts
Normal file
20
data/Sword & Shield/Evolving Skies.ts
Normal file
@ -0,0 +1,20 @@
|
||||
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
|
Reference in New Issue
Block a user