add Relics - King's Idol to db
This commit is contained in:
parent
dea378c525
commit
33e104ecc5
3 changed files with 19 additions and 1 deletions
|
|
@ -5981,6 +5981,14 @@ var HK = {
|
|||
entries: {}
|
||||
},
|
||||
|
||||
/* ###################################### Collectibles -> Relics - King's Idol ############################################## */
|
||||
relicsKingsIdol: {
|
||||
h2: "Relics - King's Idol",
|
||||
id: "hk-relics-idol",
|
||||
description: "Relics - King's Idol Description.",
|
||||
entries: {}
|
||||
},
|
||||
|
||||
/* ###################################### Collectibles -> Items ############################################## */
|
||||
items: {
|
||||
h2: "Items",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -2769,6 +2769,16 @@ const HK = {
|
|||
},
|
||||
},
|
||||
|
||||
/* ###################################### Collectibles -> Relics - King's Idol ############################################## */
|
||||
|
||||
relicsKingsIdol: {
|
||||
h2: "Relics - King's Idol",
|
||||
id: "hk-relics-idol",
|
||||
description: `Relics - King's Idol Description.`,
|
||||
entries: {
|
||||
},
|
||||
},
|
||||
|
||||
/* ###################################### Collectibles -> Items ############################################## */
|
||||
|
||||
items: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue