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'
|
import swsh from '../../expansions/swsh'
|
||||||
const set: Set = {
|
const set: Set = {
|
||||||
name: {
|
name: {
|
||||||
en: "Sword & Shield"
|
en: "Sword & Shield",
|
||||||
|
fr: "Épée et Bouclier"
|
||||||
},
|
},
|
||||||
|
|
||||||
expansion: swsh,
|
expansion: swsh,
|
||||||
|
@ -2,7 +2,8 @@ import Set from '@tcgdex/sdk/interfaces/Set'
|
|||||||
import swsh from '../../expansions/swsh'
|
import swsh from '../../expansions/swsh'
|
||||||
const swsh2: Set = {
|
const swsh2: Set = {
|
||||||
name: {
|
name: {
|
||||||
en: "Rebel Clash"
|
en: "Rebel Clash",
|
||||||
|
fr: "Clash des Rebelles"
|
||||||
},
|
},
|
||||||
|
|
||||||
expansion: swsh,
|
expansion: swsh,
|
||||||
|
@ -2,7 +2,8 @@ import Set from '@tcgdex/sdk/interfaces/Set'
|
|||||||
import swsh from '../../expansions/swsh'
|
import swsh from '../../expansions/swsh'
|
||||||
const swsh2: Set = {
|
const swsh2: Set = {
|
||||||
name: {
|
name: {
|
||||||
en: "Darkness Ablaze"
|
en: "Darkness Ablaze",
|
||||||
|
fr: "Ténèbres Embrasées"
|
||||||
},
|
},
|
||||||
|
|
||||||
expansion: swsh,
|
expansion: swsh,
|
||||||
|
@ -2,7 +2,8 @@ import Set from '@tcgdex/sdk/interfaces/Set'
|
|||||||
import swsh from '../../expansions/swsh'
|
import swsh from '../../expansions/swsh'
|
||||||
const swsh2: Set = {
|
const swsh2: Set = {
|
||||||
name: {
|
name: {
|
||||||
en: "Vivid Voltage"
|
en: "Vivid Voltage",
|
||||||
|
fr: "Voltage Éclatant"
|
||||||
},
|
},
|
||||||
|
|
||||||
expansion: swsh,
|
expansion: swsh,
|
||||||
|
@ -2,28 +2,22 @@ import Set from '@tcgdex/sdk/interfaces/Set'
|
|||||||
import swsh from '../../expansions/swsh'
|
import swsh from '../../expansions/swsh'
|
||||||
|
|
||||||
const set: Set = {
|
const set: Set = {
|
||||||
name: {
|
name: "Promos",
|
||||||
en: "Promos",
|
|
||||||
fr: "Promos"
|
|
||||||
},
|
|
||||||
|
|
||||||
expansion: swsh,
|
expansion: swsh,
|
||||||
|
|
||||||
code: "swshp",
|
code: "swshp",
|
||||||
// tcgoCode
|
|
||||||
|
|
||||||
cardCount: {
|
cardCount: {
|
||||||
total: 13,
|
total: 107,
|
||||||
official: 13
|
official: 107
|
||||||
},
|
},
|
||||||
|
|
||||||
format: "SWSH[000]",
|
|
||||||
|
|
||||||
releaseDate: "2019-11-15",
|
releaseDate: "2019-11-15",
|
||||||
|
|
||||||
legal: {
|
legal: {
|
||||||
standard: true,
|
standard: false,
|
||||||
expanded: true
|
expanded: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user