mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-03 08:59:18 +00:00
Updated Database
Added known swsh2 cards Update every sets to remove the images extension as it can be served as png, jpg and webp Added Trainer kits sets Added descriptions for set interface Added new fields see #6 Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -26,8 +26,8 @@ const set: Set = {
|
||||
},
|
||||
|
||||
images: {
|
||||
symbol: "https://assets.tcgdex.net/sets/swsh/swsh1/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/sets/swsh/swsh1/logo.png"
|
||||
symbol: "https://assets.tcgdex.net/univ/sets/swsh/swsh1/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/en/sets/swsh/swsh1/logo.png"
|
||||
}
|
||||
}
|
||||
|
||||
|
32
sets/swsh/swsh2.ts
Normal file
32
sets/swsh/swsh2.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
import swsh from '../../expansions/swsh'
|
||||
const swsh2: Set = {
|
||||
name: {
|
||||
en: "Sword & Shield"
|
||||
},
|
||||
|
||||
expansion: swsh,
|
||||
expansionCode: "swsh",
|
||||
|
||||
code: "swsh1",
|
||||
// tcgoCode
|
||||
|
||||
cardCount: {
|
||||
total: 192, //unknown
|
||||
official: 192
|
||||
},
|
||||
|
||||
releaseDate: "2020-06-01",
|
||||
|
||||
legal: {
|
||||
standard: true,
|
||||
expanded: true
|
||||
},
|
||||
|
||||
images: {
|
||||
symbol: "https://assets.tcgdex.net/univ/sets/swsh/swsh1/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/en/sets/swsh/swsh1/logo.png"
|
||||
}
|
||||
}
|
||||
|
||||
export default swsh2
|
Reference in New Issue
Block a user