1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +00:00

Updated DB and made it work with SDK

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-03-11 09:41:29 +01:00
parent 27ba2ef104
commit a284fcac64
12344 changed files with 85456 additions and 122483 deletions

View File

@ -1,4 +1,4 @@
import Set from '../../interfaces/Set'
import Set from '@tcgdex/sdk/interfaces/Set'
const set: Set = {
name: "HeartGold SoulSilver",
@ -22,8 +22,8 @@ const set: Set = {
},
images: {
symbol: "https://assets.tcgdex.net/univ/sets/hgss/hgss1/symbol.png",
logo: "https://assets.tcgdex.net/en/sets/hgss/hgss1/logo.png"
symbol: "https://assets.tcgdex.net/univ/sets/hgss/hgss1/symbol",
logo: "https://assets.tcgdex.net/en/sets/hgss/hgss1/logo"
}
}

View File

@ -1,4 +1,4 @@
import Set from '../../interfaces/Set'
import Set from '@tcgdex/sdk/interfaces/Set'
const set: Set = {
name: {
@ -24,8 +24,8 @@ const set: Set = {
},
images: {
symbol: "https://assets.tcgdex.net/univ/sets/hgss/hgss2/symbol.png",
logo: "https://assets.tcgdex.net/en/sets/hgss/hgss2/logo.png"
symbol: "https://assets.tcgdex.net/univ/sets/hgss/hgss2/symbol",
logo: "https://assets.tcgdex.net/en/sets/hgss/hgss2/logo"
}
}

View File

@ -1,4 +1,4 @@
import Set from '../../interfaces/Set'
import Set from '@tcgdex/sdk/interfaces/Set'
const set: Set = {
name: {
@ -24,8 +24,8 @@ const set: Set = {
},
images: {
symbol: "https://assets.tcgdex.net/univ/sets/hgss/hgss3/symbol.png",
logo: "https://assets.tcgdex.net/en/sets/hgss/hgss3/logo.png"
symbol: "https://assets.tcgdex.net/univ/sets/hgss/hgss3/symbol",
logo: "https://assets.tcgdex.net/en/sets/hgss/hgss3/logo"
}
}

View File

@ -1,4 +1,4 @@
import Set from '../../interfaces/Set'
import Set from '@tcgdex/sdk/interfaces/Set'
const set: Set = {
name: {
@ -24,8 +24,8 @@ const set: Set = {
},
images: {
symbol: "https://assets.tcgdex.net/univ/sets/hgss/hgss4/symbol.png",
logo: "https://assets.tcgdex.net/en/sets/hgss/hgss4/logo.png"
symbol: "https://assets.tcgdex.net/univ/sets/hgss/hgss4/symbol",
logo: "https://assets.tcgdex.net/en/sets/hgss/hgss4/logo"
}
}

View File

@ -1,4 +1,4 @@
import Set from '../../interfaces/Set'
import Set from '@tcgdex/sdk/interfaces/Set'
const set: Set = {
name: {
@ -21,8 +21,8 @@ const set: Set = {
},
images: {
symbol: "https://assets.tcgdex.net/univ/sets/hgss/hgssp/symbol.png",
logo: "https://assets.tcgdex.net/en/sets/hgss/hgssp/logo.png"
symbol: "https://assets.tcgdex.net/univ/sets/hgss/hgssp/symbol",
logo: "https://assets.tcgdex.net/en/sets/hgss/hgssp/logo"
}
}