mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Chilling Reign Pre Release (#9)
* Added current set informations Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net> * Fixed incorrect set ID * Updated Chilling Reign current cards Signed-off-by: Avior <florian.bouillon@delta-wings.net> * Updated informations for Chilling Reign Signed-off-by: Avior <florian.bouillon@delta-wings.net> * Added new Entries Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
34
data/Sword & Shield/Chilling Reign.ts
Normal file
34
data/Sword & Shield/Chilling Reign.ts
Normal file
@ -0,0 +1,34 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Sword & Shield'
|
||||
|
||||
const set: Set = {
|
||||
id: "swsh6",
|
||||
name: {
|
||||
en: "Chilling Reign",
|
||||
fr: "Règne de Glace"
|
||||
,
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
|
||||
cardCount: { // NOT confirmed
|
||||
total: 190,
|
||||
official: 190
|
||||
},
|
||||
|
||||
releaseDate: "2021-06-18",
|
||||
|
||||
legal: {
|
||||
standard: true,
|
||||
expanded: true
|
||||
},
|
||||
|
||||
variants: {
|
||||
normal: true,
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user