check Pale Lurker's Retreat Wall
This commit is contained in:
parent
dddc498d38
commit
62503245f7
3 changed files with 13 additions and 4 deletions
14
build/app.js
14
build/app.js
|
|
@ -1284,7 +1284,8 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
|
||||||
case "weaversDenSecretRoom2":
|
case "weaversDenSecretRoom2":
|
||||||
case "cityCrest":
|
case "cityCrest":
|
||||||
case "soulSanctumShortcut":
|
case "soulSanctumShortcut":
|
||||||
case "colosseumHiddenHotSprings":
|
case "colosseumHiddenHotSpring":
|
||||||
|
case "paleLurkersRetreat":
|
||||||
FindWorldItem(dataObject[i].id, dataObject[i].sceneName) ? (0,_hk_functions_js__WEBPACK_IMPORTED_MODULE_2__.SetIconGreen)(section, i) : (0,_hk_functions_js__WEBPACK_IMPORTED_MODULE_2__.SetIconRed)(section, i);
|
FindWorldItem(dataObject[i].id, dataObject[i].sceneName) ? (0,_hk_functions_js__WEBPACK_IMPORTED_MODULE_2__.SetIconGreen)(section, i) : (0,_hk_functions_js__WEBPACK_IMPORTED_MODULE_2__.SetIconRed)(section, i);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
@ -9100,13 +9101,20 @@ var HK = {
|
||||||
spoiler: "City of Tears: Watcher Knights Room, break ceiling",
|
spoiler: "City of Tears: Watcher Knights Room, break ceiling",
|
||||||
wiki: "Watcher_Knight#In-game_events"
|
wiki: "Watcher_Knight#In-game_events"
|
||||||
},
|
},
|
||||||
colosseumHiddenHotSprings: {
|
colosseumHiddenHotSpring: {
|
||||||
name: "Colosseum Hidden Hot Spring",
|
name: "Hidden Hot Spring Wall",
|
||||||
spoiler: "Colosseum of Fools, wall right of Bench",
|
spoiler: "Colosseum of Fools, wall right of Bench",
|
||||||
id: "Breakable Wall_Silhouette",
|
id: "Breakable Wall_Silhouette",
|
||||||
sceneName: "Room_Colosseum_02",
|
sceneName: "Room_Colosseum_02",
|
||||||
wiki: "Colosseum_of_Fools#Description"
|
wiki: "Colosseum_of_Fools#Description"
|
||||||
},
|
},
|
||||||
|
paleLurkersRetreat: {
|
||||||
|
name: "Pale Lurker's Retreat Wall",
|
||||||
|
spoiler: "Colosseum of Fools, Room above Bench",
|
||||||
|
id: "Breakable Wall_Silhouette",
|
||||||
|
sceneName: "Room_Colosseum_Spectate",
|
||||||
|
wiki: "Colosseum_of_Fools#Description"
|
||||||
|
},
|
||||||
stagEggInspected: {
|
stagEggInspected: {
|
||||||
name: "Stag Nest Egg Inspected",
|
name: "Stag Nest Egg Inspected",
|
||||||
spoiler: "Howling Cliffs: Top of Stag Nest",
|
spoiler: "Howling Cliffs: Top of Stag Nest",
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1465,6 +1465,7 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
|
||||||
case "cityCrest":
|
case "cityCrest":
|
||||||
case "soulSanctumShortcut":
|
case "soulSanctumShortcut":
|
||||||
case "colosseumHiddenHotSpring":
|
case "colosseumHiddenHotSpring":
|
||||||
|
case "paleLurkersRetreat":
|
||||||
(FindWorldItem(dataObject[i].id, dataObject[i].sceneName)) ? SetIconGreen(section, i): SetIconRed(section, i);
|
(FindWorldItem(dataObject[i].id, dataObject[i].sceneName)) ? SetIconGreen(section, i): SetIconRed(section, i);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue