mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-03 17:09:17 +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:
@ -22,8 +22,8 @@ const set: Set = {
|
||||
},
|
||||
|
||||
images: {
|
||||
symbol: "https://assets.tcgdex.net/sets/pop/np/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/sets/pop/np/logo.png"
|
||||
symbol: "https://assets.tcgdex.net/univ/sets/pop/np/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/en/sets/pop/np/logo.png"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -20,8 +20,8 @@ const set: Set = {
|
||||
},
|
||||
|
||||
images: {
|
||||
symbol: "https://assets.tcgdex.net/sets/pop/pop1/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/sets/pop/pop1/logo.png"
|
||||
symbol: "https://assets.tcgdex.net/univ/sets/pop/pop1/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/en/sets/pop/pop1/logo.png"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -20,8 +20,8 @@ const set: Set = {
|
||||
},
|
||||
|
||||
images: {
|
||||
symbol: "https://assets.tcgdex.net/sets/pop/pop2/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/sets/pop/pop2/logo.png"
|
||||
symbol: "https://assets.tcgdex.net/univ/sets/pop/pop2/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/en/sets/pop/pop2/logo.png"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -20,8 +20,8 @@ const set: Set = {
|
||||
},
|
||||
|
||||
images: {
|
||||
symbol: "https://assets.tcgdex.net/sets/pop/pop3/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/sets/pop/pop3/logo.png"
|
||||
symbol: "https://assets.tcgdex.net/univ/sets/pop/pop3/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/en/sets/pop/pop3/logo.png"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -20,8 +20,8 @@ const set: Set = {
|
||||
},
|
||||
|
||||
images: {
|
||||
symbol: "https://assets.tcgdex.net/sets/pop/pop4/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/sets/pop/pop4/logo.png"
|
||||
symbol: "https://assets.tcgdex.net/univ/sets/pop/pop4/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/en/sets/pop/pop4/logo.png"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -20,8 +20,8 @@ const set: Set = {
|
||||
},
|
||||
|
||||
images: {
|
||||
symbol: "https://assets.tcgdex.net/sets/pop/pop5/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/sets/pop/pop5/logo.png"
|
||||
symbol: "https://assets.tcgdex.net/univ/sets/pop/pop5/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/en/sets/pop/pop5/logo.png"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -20,8 +20,8 @@ const set: Set = {
|
||||
},
|
||||
|
||||
images: {
|
||||
symbol: "https://assets.tcgdex.net/sets/pop/pop6/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/sets/pop/pop6/logo.png"
|
||||
symbol: "https://assets.tcgdex.net/univ/sets/pop/pop6/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/en/sets/pop/pop6/logo.png"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -20,8 +20,8 @@ const set: Set = {
|
||||
},
|
||||
|
||||
images: {
|
||||
symbol: "https://assets.tcgdex.net/sets/pop/pop7/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/sets/pop/pop7/logo.png"
|
||||
symbol: "https://assets.tcgdex.net/univ/sets/pop/pop7/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/en/sets/pop/pop7/logo.png"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -20,8 +20,8 @@ const set: Set = {
|
||||
},
|
||||
|
||||
images: {
|
||||
symbol: "https://assets.tcgdex.net/sets/pop/pop8/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/sets/pop/pop8/logo.png"
|
||||
symbol: "https://assets.tcgdex.net/univ/sets/pop/pop8/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/en/sets/pop/pop8/logo.png"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -20,8 +20,8 @@ const set: Set = {
|
||||
},
|
||||
|
||||
images: {
|
||||
symbol: "https://assets.tcgdex.net/sets/pop/pop9/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/sets/pop/pop9/logo.png"
|
||||
symbol: "https://assets.tcgdex.net/univ/sets/pop/pop9/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/en/sets/pop/pop9/logo.png"
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user