mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 19:32:11 +00:00
Put Legendary collection at the correct place
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
a284fcac64
commit
e8ab37a28a
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-1",
|
||||
id: "lc-1",
|
||||
localId: 1,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/1/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/1/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/1/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/1/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -84,7 +84,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-10",
|
||||
id: "lc-10",
|
||||
localId: 10,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/10/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/10/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/10/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/10/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -88,7 +88,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-100",
|
||||
id: "lc-100",
|
||||
localId: 100,
|
||||
|
||||
// Card informations
|
||||
@ -24,10 +24,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/100/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/100/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/100/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/100/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -55,7 +55,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-101",
|
||||
id: "lc-101",
|
||||
localId: 101,
|
||||
|
||||
// Card informations
|
||||
@ -24,10 +24,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/101/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/101/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/101/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/101/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -55,7 +55,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-102",
|
||||
id: "lc-102",
|
||||
localId: 102,
|
||||
|
||||
// Card informations
|
||||
@ -24,10 +24,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/102/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/102/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/102/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/102/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -53,7 +53,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-103",
|
||||
id: "lc-103",
|
||||
localId: 103,
|
||||
|
||||
// Card informations
|
||||
@ -24,10 +24,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/103/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/103/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/103/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/103/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -53,7 +53,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-104",
|
||||
id: "lc-104",
|
||||
localId: 104,
|
||||
|
||||
// Card informations
|
||||
@ -24,10 +24,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/104/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/104/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/104/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/104/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -53,7 +53,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-105",
|
||||
id: "lc-105",
|
||||
localId: 105,
|
||||
|
||||
// Card informations
|
||||
@ -24,10 +24,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/105/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/105/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/105/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/105/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -53,7 +53,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-106",
|
||||
id: "lc-106",
|
||||
localId: 106,
|
||||
|
||||
// Card informations
|
||||
@ -24,10 +24,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/106/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/106/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/106/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/106/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -53,7 +53,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-107",
|
||||
id: "lc-107",
|
||||
localId: 107,
|
||||
|
||||
// Card informations
|
||||
@ -24,10 +24,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/107/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/107/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/107/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/107/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -53,7 +53,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-108",
|
||||
id: "lc-108",
|
||||
localId: 108,
|
||||
|
||||
// Card informations
|
||||
@ -24,10 +24,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/108/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/108/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/108/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/108/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -53,7 +53,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-109",
|
||||
id: "lc-109",
|
||||
localId: 109,
|
||||
|
||||
// Card informations
|
||||
@ -24,10 +24,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/109/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/109/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/109/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/109/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -53,7 +53,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-11",
|
||||
id: "lc-11",
|
||||
localId: 11,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/11/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/11/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/11/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/11/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -84,7 +84,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-110",
|
||||
id: "lc-110",
|
||||
localId: 110,
|
||||
|
||||
// Card informations
|
||||
@ -24,10 +24,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/110/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/110/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/110/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/110/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -53,7 +53,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-12",
|
||||
id: "lc-12",
|
||||
localId: 12,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/12/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/12/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/12/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/12/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -89,7 +89,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-13",
|
||||
id: "lc-13",
|
||||
localId: 13,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/13/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/13/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/13/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/13/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -82,7 +82,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-14",
|
||||
id: "lc-14",
|
||||
localId: 14,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/14/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/14/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/14/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/14/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -87,7 +87,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-15",
|
||||
id: "lc-15",
|
||||
localId: 15,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/15/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/15/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/15/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/15/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -82,7 +82,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-16",
|
||||
id: "lc-16",
|
||||
localId: 16,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/16/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/16/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/16/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/16/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -83,7 +83,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-17",
|
||||
id: "lc-17",
|
||||
localId: 17,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/17/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/17/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/17/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/17/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -87,7 +87,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-18",
|
||||
id: "lc-18",
|
||||
localId: 18,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/18/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/18/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/18/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/18/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -82,7 +82,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-19",
|
||||
id: "lc-19",
|
||||
localId: 19,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/19/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/19/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/19/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/19/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -88,7 +88,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-2",
|
||||
id: "lc-2",
|
||||
localId: 2,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/2/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/2/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/2/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/2/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -87,7 +87,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-20",
|
||||
id: "lc-20",
|
||||
localId: 20,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/20/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/20/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/20/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/20/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -90,7 +90,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-21",
|
||||
id: "lc-21",
|
||||
localId: 21,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/21/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/21/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/21/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/21/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -91,7 +91,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-22",
|
||||
id: "lc-22",
|
||||
localId: 22,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/22/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/22/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/22/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/22/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -84,7 +84,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-23",
|
||||
id: "lc-23",
|
||||
localId: 23,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/23/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/23/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/23/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/23/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -83,7 +83,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-24",
|
||||
id: "lc-24",
|
||||
localId: 24,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/24/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/24/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/24/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/24/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -87,7 +87,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-25",
|
||||
id: "lc-25",
|
||||
localId: 25,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/25/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/25/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/25/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/25/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -85,7 +85,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-26",
|
||||
id: "lc-26",
|
||||
localId: 26,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/26/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/26/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/26/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/26/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -84,7 +84,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-27",
|
||||
id: "lc-27",
|
||||
localId: 27,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/27/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/27/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/27/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/27/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -85,7 +85,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-28",
|
||||
id: "lc-28",
|
||||
localId: 28,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/28/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/28/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/28/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/28/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -88,7 +88,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-29",
|
||||
id: "lc-29",
|
||||
localId: 29,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/29/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/29/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/29/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/29/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -83,7 +83,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-3",
|
||||
id: "lc-3",
|
||||
localId: 3,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/3/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/3/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/3/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/3/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -88,7 +88,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-30",
|
||||
id: "lc-30",
|
||||
localId: 30,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/30/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/30/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/30/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/30/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -83,7 +83,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-31",
|
||||
id: "lc-31",
|
||||
localId: 31,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/31/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/31/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/31/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/31/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -88,7 +88,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-32",
|
||||
id: "lc-32",
|
||||
localId: 32,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/32/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/32/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/32/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/32/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -85,7 +85,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-33",
|
||||
id: "lc-33",
|
||||
localId: 33,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/33/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/33/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/33/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/33/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -87,7 +87,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-34",
|
||||
id: "lc-34",
|
||||
localId: 34,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/34/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/34/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/34/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/34/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -89,7 +89,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-35",
|
||||
id: "lc-35",
|
||||
localId: 35,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/35/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/35/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/35/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/35/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -89,7 +89,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-36",
|
||||
id: "lc-36",
|
||||
localId: 36,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/36/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/36/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/36/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/36/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -89,7 +89,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-37",
|
||||
id: "lc-37",
|
||||
localId: 37,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/37/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/37/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/37/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/37/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -85,7 +85,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-38",
|
||||
id: "lc-38",
|
||||
localId: 38,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/38/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/38/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/38/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/38/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -84,7 +84,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-39",
|
||||
id: "lc-39",
|
||||
localId: 39,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/39/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/39/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/39/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/39/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -84,7 +84,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-4",
|
||||
id: "lc-4",
|
||||
localId: 4,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/4/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/4/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/4/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/4/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -87,7 +87,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-40",
|
||||
id: "lc-40",
|
||||
localId: 40,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/40/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/40/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/40/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/40/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -86,7 +86,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-41",
|
||||
id: "lc-41",
|
||||
localId: 41,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/41/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/41/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/41/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/41/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -87,7 +87,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-42",
|
||||
id: "lc-42",
|
||||
localId: 42,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/42/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/42/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/42/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/42/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -89,7 +89,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-43",
|
||||
id: "lc-43",
|
||||
localId: 43,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/43/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/43/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/43/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/43/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -86,7 +86,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-44",
|
||||
id: "lc-44",
|
||||
localId: 44,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/44/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/44/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/44/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/44/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -83,7 +83,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-45",
|
||||
id: "lc-45",
|
||||
localId: 45,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/45/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/45/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/45/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/45/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -69,7 +69,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-46",
|
||||
id: "lc-46",
|
||||
localId: 46,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/46/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/46/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/46/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/46/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -83,7 +83,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-47",
|
||||
id: "lc-47",
|
||||
localId: 47,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/47/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/47/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/47/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/47/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -85,7 +85,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-48",
|
||||
id: "lc-48",
|
||||
localId: 48,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/48/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/48/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/48/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/48/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -77,7 +77,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-49",
|
||||
id: "lc-49",
|
||||
localId: 49,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/49/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/49/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/49/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/49/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -83,7 +83,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-5",
|
||||
id: "lc-5",
|
||||
localId: 5,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/5/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/5/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/5/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/5/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -84,7 +84,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-50",
|
||||
id: "lc-50",
|
||||
localId: 50,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/50/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/50/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/50/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/50/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -84,7 +84,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-51",
|
||||
id: "lc-51",
|
||||
localId: 51,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/51/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/51/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/51/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/51/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -88,7 +88,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-52",
|
||||
id: "lc-52",
|
||||
localId: 52,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/52/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/52/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/52/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/52/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -79,7 +79,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-53",
|
||||
id: "lc-53",
|
||||
localId: 53,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/53/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/53/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/53/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/53/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -75,7 +75,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-54",
|
||||
id: "lc-54",
|
||||
localId: 54,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/54/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/54/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/54/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/54/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -85,7 +85,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-55",
|
||||
id: "lc-55",
|
||||
localId: 55,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/55/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/55/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/55/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/55/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -85,7 +85,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-56",
|
||||
id: "lc-56",
|
||||
localId: 56,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/56/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/56/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/56/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/56/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -86,7 +86,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-57",
|
||||
id: "lc-57",
|
||||
localId: 57,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/57/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/57/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/57/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/57/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -80,7 +80,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-58",
|
||||
id: "lc-58",
|
||||
localId: 58,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/58/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/58/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/58/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/58/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -86,7 +86,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-59",
|
||||
id: "lc-59",
|
||||
localId: 59,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/59/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/59/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/59/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/59/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -87,7 +87,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-6",
|
||||
id: "lc-6",
|
||||
localId: 6,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/6/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/6/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/6/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/6/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -86,7 +86,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-60",
|
||||
id: "lc-60",
|
||||
localId: 60,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/60/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/60/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/60/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/60/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -87,7 +87,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-61",
|
||||
id: "lc-61",
|
||||
localId: 61,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/61/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/61/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/61/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/61/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -85,7 +85,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-62",
|
||||
id: "lc-62",
|
||||
localId: 62,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/62/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/62/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/62/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/62/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -86,7 +86,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-63",
|
||||
id: "lc-63",
|
||||
localId: 63,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/63/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/63/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/63/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/63/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -87,7 +87,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-64",
|
||||
id: "lc-64",
|
||||
localId: 64,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/64/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/64/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/64/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/64/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -86,7 +86,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-65",
|
||||
id: "lc-65",
|
||||
localId: 65,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/65/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/65/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/65/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/65/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -88,7 +88,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-66",
|
||||
id: "lc-66",
|
||||
localId: 66,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/66/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/66/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/66/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/66/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -84,7 +84,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-67",
|
||||
id: "lc-67",
|
||||
localId: 67,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/67/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/67/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/67/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/67/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -71,7 +71,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-68",
|
||||
id: "lc-68",
|
||||
localId: 68,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/68/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/68/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/68/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/68/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -72,7 +72,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-69",
|
||||
id: "lc-69",
|
||||
localId: 69,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/69/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/69/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/69/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/69/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -71,7 +71,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-7",
|
||||
id: "lc-7",
|
||||
localId: 7,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/7/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/7/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/7/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/7/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -75,7 +75,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-70",
|
||||
id: "lc-70",
|
||||
localId: 70,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/70/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/70/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/70/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/70/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -80,7 +80,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-71",
|
||||
id: "lc-71",
|
||||
localId: 71,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/71/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/71/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/71/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/71/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -74,7 +74,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-72",
|
||||
id: "lc-72",
|
||||
localId: 72,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/72/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/72/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/72/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/72/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -68,7 +68,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-73",
|
||||
id: "lc-73",
|
||||
localId: 73,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/73/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/73/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/73/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/73/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -81,7 +81,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-74",
|
||||
id: "lc-74",
|
||||
localId: 74,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/74/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/74/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/74/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/74/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -85,7 +85,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-75",
|
||||
id: "lc-75",
|
||||
localId: 75,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/75/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/75/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/75/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/75/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -82,7 +82,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-76",
|
||||
id: "lc-76",
|
||||
localId: 76,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/76/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/76/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/76/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/76/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -82,7 +82,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-77",
|
||||
id: "lc-77",
|
||||
localId: 77,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/77/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/77/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/77/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/77/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -72,7 +72,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-78",
|
||||
id: "lc-78",
|
||||
localId: 78,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/78/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/78/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/78/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/78/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -81,7 +81,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-79",
|
||||
id: "lc-79",
|
||||
localId: 79,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/79/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/79/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/79/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/79/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -79,7 +79,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-8",
|
||||
id: "lc-8",
|
||||
localId: 8,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/8/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/8/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/8/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/8/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -82,7 +82,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-80",
|
||||
id: "lc-80",
|
||||
localId: 80,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/80/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/80/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/80/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/80/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -83,7 +83,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-81",
|
||||
id: "lc-81",
|
||||
localId: 81,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/81/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/81/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/81/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/81/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -82,7 +82,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-82",
|
||||
id: "lc-82",
|
||||
localId: 82,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/82/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/82/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/82/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/82/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -82,7 +82,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-83",
|
||||
id: "lc-83",
|
||||
localId: 83,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/83/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/83/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/83/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/83/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -70,7 +70,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-84",
|
||||
id: "lc-84",
|
||||
localId: 84,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/84/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/84/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/84/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/84/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -79,7 +79,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-85",
|
||||
id: "lc-85",
|
||||
localId: 85,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/85/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/85/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/85/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/85/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -75,7 +75,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-86",
|
||||
id: "lc-86",
|
||||
localId: 86,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/86/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/86/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/86/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/86/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -72,7 +72,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-87",
|
||||
id: "lc-87",
|
||||
localId: 87,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/87/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/87/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/87/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/87/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -78,7 +78,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-88",
|
||||
id: "lc-88",
|
||||
localId: 88,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/88/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/88/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/88/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/88/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -82,7 +82,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-89",
|
||||
id: "lc-89",
|
||||
localId: 89,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/89/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/89/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/89/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/89/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -71,7 +71,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "base6-9",
|
||||
id: "lc-9",
|
||||
localId: 9,
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/9/low",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/9/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/base/base6/9/high",
|
||||
en: "https://assets.tcgdex.net/en/lc/lc/9/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -85,7 +85,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Legendary Collection",
|
||||
code: "base6"
|
||||
code: "lc"
|
||||
}
|
||||
}
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user