1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 11:52:16 +00:00
Florian Bouillon 5154b2c15a
Updated Datas
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-03-16 21:11:34 +01:00

33 lines
485 B
TypeScript

import Set from '@tcgdex/sdk/interfaces/Set'
const set: Set = {
name: {
en: "Sandstorm"
},
code: "ex2",
expansionCode: "ex",
tcgoCode: "SS",
cardCount: {
total: 100,
official: 100
},
api: "1-ex-sandstorm",
releaseDate: "2003-09-18", // or 17 depending on the source
legal: {
standard: false,
expanded: false,
},
images: {
symbol: "https://assets.tcgdex.net/univ/ex/ex2/symbol",
logo: "https://assets.tcgdex.net/en/ex/ex2/logo"
}
}
export default set