1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 12:22:14 +00:00

Updated SWSH informations

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2021-02-06 01:50:05 +01:00
parent fc5cd3aba3
commit 2d31b6c403
Signed by: Florian Bouillon
GPG Key ID: 50BD648F12C86AB6
6 changed files with 24 additions and 15 deletions

11
expansions/misc.ts Normal file
View File

@ -0,0 +1,11 @@
import Expansion from "@tcgdex/sdk/interfaces/Expansion";
const exp: Expansion = {
name: {
en: "Misc",
fr: "Autre"
},
code: "misc"
}
export default exp

View File

@ -2,7 +2,8 @@ import Set from '@tcgdex/sdk/interfaces/Set'
import swsh from '../../expansions/swsh'
const set: Set = {
name: {
en: "Sword & Shield"
en: "Sword & Shield",
fr: "Épée et Bouclier"
},
expansion: swsh,

View File

@ -2,7 +2,8 @@ import Set from '@tcgdex/sdk/interfaces/Set'
import swsh from '../../expansions/swsh'
const swsh2: Set = {
name: {
en: "Rebel Clash"
en: "Rebel Clash",
fr: "Clash des Rebelles"
},
expansion: swsh,

View File

@ -2,7 +2,8 @@ import Set from '@tcgdex/sdk/interfaces/Set'
import swsh from '../../expansions/swsh'
const swsh2: Set = {
name: {
en: "Darkness Ablaze"
en: "Darkness Ablaze",
fr: "Ténèbres Embrasées"
},
expansion: swsh,

View File

@ -2,7 +2,8 @@ import Set from '@tcgdex/sdk/interfaces/Set'
import swsh from '../../expansions/swsh'
const swsh2: Set = {
name: {
en: "Vivid Voltage"
en: "Vivid Voltage",
fr: "Voltage Éclatant"
},
expansion: swsh,

View File

@ -2,28 +2,22 @@ import Set from '@tcgdex/sdk/interfaces/Set'
import swsh from '../../expansions/swsh'
const set: Set = {
name: {
en: "Promos",
fr: "Promos"
},
name: "Promos",
expansion: swsh,
code: "swshp",
// tcgoCode
cardCount: {
total: 13,
official: 13
total: 107,
official: 107
},
format: "SWSH[000]",
releaseDate: "2019-11-15",
legal: {
standard: true,
expanded: true
standard: false,
expanded: false
}
}