From 2d31b6c403562aadda6bfe7c28419a7b29d9f273 Mon Sep 17 00:00:00 2001 From: Avior Date: Sat, 6 Feb 2021 01:50:05 +0100 Subject: [PATCH] Updated SWSH informations Signed-off-by: Avior --- expansions/misc.ts | 11 +++++++++++ sets/swsh/swsh1.ts | 3 ++- sets/swsh/swsh2.ts | 3 ++- sets/swsh/swsh3.ts | 3 ++- sets/swsh/swsh4.ts | 3 ++- sets/swsh/swshp.ts | 16 +++++----------- 6 files changed, 24 insertions(+), 15 deletions(-) create mode 100644 expansions/misc.ts diff --git a/expansions/misc.ts b/expansions/misc.ts new file mode 100644 index 000000000..b3eb1f5ee --- /dev/null +++ b/expansions/misc.ts @@ -0,0 +1,11 @@ +import Expansion from "@tcgdex/sdk/interfaces/Expansion"; + +const exp: Expansion = { + name: { + en: "Misc", + fr: "Autre" + }, + code: "misc" +} + +export default exp diff --git a/sets/swsh/swsh1.ts b/sets/swsh/swsh1.ts index 549077528..8898282fd 100644 --- a/sets/swsh/swsh1.ts +++ b/sets/swsh/swsh1.ts @@ -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, diff --git a/sets/swsh/swsh2.ts b/sets/swsh/swsh2.ts index 1fb93819e..2da4a56d3 100644 --- a/sets/swsh/swsh2.ts +++ b/sets/swsh/swsh2.ts @@ -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, diff --git a/sets/swsh/swsh3.ts b/sets/swsh/swsh3.ts index a5f42b4fa..0ef90cc5c 100644 --- a/sets/swsh/swsh3.ts +++ b/sets/swsh/swsh3.ts @@ -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, diff --git a/sets/swsh/swsh4.ts b/sets/swsh/swsh4.ts index 09165fba9..2d7c2c45c 100644 --- a/sets/swsh/swsh4.ts +++ b/sets/swsh/swsh4.ts @@ -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, diff --git a/sets/swsh/swshp.ts b/sets/swsh/swshp.ts index 8fd4da76c..776518e65 100644 --- a/sets/swsh/swshp.ts +++ b/sets/swsh/swshp.ts @@ -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 } }