1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 04:12:11 +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
479 B
TypeScript

import Set from '@tcgdex/sdk/interfaces/Set'
const set: Set = {
name: {
en: "Plasma Storm",
fr: "Tempète Plasma",
},
code: "bw8",
expansionCode: "bw",
tcgoCode: "PLS",
cardCount: {
total: 138,
official: 135
},
api: "8-black-white",
releaseDate: "2013-02-06",
legal: {
standard: false,
expanded: true,
},
images: {
symbol: "https://assets.tcgdex.net/univ/bw/bw8/symbol",
logo: "https://assets.tcgdex.net/en/bw/bw8/logo"
}
}
export default set