add Relics - Arcane Egg to db
This commit is contained in:
parent
33e104ecc5
commit
7b708e9586
3 changed files with 34 additions and 15 deletions
23
build/app.js
23
build/app.js
|
|
@ -5989,6 +5989,22 @@ var HK = {
|
|||
entries: {}
|
||||
},
|
||||
|
||||
/* ###################################### Collectibles -> Relics - Arcane Egg ############################################## */
|
||||
relicsArcaneEgg: {
|
||||
h2: "Relics - Arcane Egg",
|
||||
id: "hk-relics-egg",
|
||||
description: "Relics - Arcane Egg Description.",
|
||||
entries: {
|
||||
arcaneEggLifebloodCoreRoom: {
|
||||
name: "Arcane Egg #4 (missable)",
|
||||
spoiler: "The Abyss: Lifeblood Core Room",
|
||||
id: "Shiny Item (1)",
|
||||
sceneName: "Abyss_08",
|
||||
wiki: "Abyss#Lifeblood_Chamber"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
/* ###################################### Collectibles -> Items ############################################## */
|
||||
items: {
|
||||
h2: "Items",
|
||||
|
|
@ -6133,13 +6149,6 @@ var HK = {
|
|||
spoiler: "Temple of the Black Egg: Lore Tablet",
|
||||
wiki: "World_Sense"
|
||||
},
|
||||
arcaneEggLifebloodCoreRoom: {
|
||||
name: "Lifeblood Core Room Arcane Egg",
|
||||
spoiler: "Missable Relic",
|
||||
id: "Shiny Item (1)",
|
||||
sceneName: "Abyss_08",
|
||||
wiki: "Abyss#Lifeblood_Chamber"
|
||||
},
|
||||
tukDungEgg: {
|
||||
name: "Tuk: Free Rancid Egg",
|
||||
spoiler: "Royal Waterways: Tuk, with Defender's Crest",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -2779,6 +2779,23 @@ const HK = {
|
|||
},
|
||||
},
|
||||
|
||||
/* ###################################### Collectibles -> Relics - Arcane Egg ############################################## */
|
||||
|
||||
relicsArcaneEgg: {
|
||||
h2: "Relics - Arcane Egg",
|
||||
id: "hk-relics-egg",
|
||||
description: `Relics - Arcane Egg Description.`,
|
||||
entries: {
|
||||
arcaneEggLifebloodCoreRoom: {
|
||||
name: "Arcane Egg #4 (missable)",
|
||||
spoiler: "The Abyss: Lifeblood Core Room",
|
||||
id: "Shiny Item (1)",
|
||||
sceneName: "Abyss_08",
|
||||
wiki: "Abyss#Lifeblood_Chamber"
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
/* ###################################### Collectibles -> Items ############################################## */
|
||||
|
||||
items: {
|
||||
|
|
@ -2928,13 +2945,6 @@ const HK = {
|
|||
spoiler: "Temple of the Black Egg: Lore Tablet",
|
||||
wiki: "World_Sense"
|
||||
},
|
||||
arcaneEggLifebloodCoreRoom: {
|
||||
name: "Lifeblood Core Room Arcane Egg",
|
||||
spoiler: "Missable Relic",
|
||||
id: "Shiny Item (1)",
|
||||
sceneName: "Abyss_08",
|
||||
wiki: "Abyss#Lifeblood_Chamber"
|
||||
},
|
||||
tukDungEgg: {
|
||||
name: "Tuk: Free Rancid Egg",
|
||||
spoiler: "Royal Waterways: Tuk, with Defender's Crest",
|
||||
|
|
|
|||
Loading…
Reference in a new issue