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:
parent
fc5cd3aba3
commit
2d31b6c403
11
expansions/misc.ts
Normal file
11
expansions/misc.ts
Normal 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
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user