1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-03 08:59:18 +00:00

Added datas for SWSH3

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-01-31 15:31:27 +01:00
parent 13e1ffbbe4
commit d36d42bae8
206 changed files with 17351 additions and 30 deletions

View File

@ -2,7 +2,7 @@ import Set from '@tcgdex/sdk/interfaces/Set'
import swsh from '../../expansions/swsh'
const swsh2: Set = {
name: {
en: "Sword & Shield"
en: "Rebel Clash"
},
expansion: swsh,
@ -12,7 +12,7 @@ const swsh2: Set = {
// tcgoCode
cardCount: {
total: 192, //unknown
total: 209,
official: 192
},

32
sets/swsh/swsh3.ts Normal file
View File

@ -0,0 +1,32 @@
import Set from '@tcgdex/sdk/interfaces/Set'
import swsh from '../../expansions/swsh'
const swsh2: Set = {
name: {
en: "Darkness Ablaze"
},
expansion: swsh,
expansionCode: "swsh",
code: "swsh3",
// tcgoCode
cardCount: {
total: 201,
official: 189
},
releaseDate: "2020-08-14",
legal: {
standard: true,
expanded: true
},
images: {
symbol: "https://assets.tcgdex.net/univ/swsh/swsh3/symbol",
logo: "https://assets.tcgdex.net/en/swsh/swsh3/logo"
}
}
export default swsh2