check Colosseum Hidden Hot Spring
This commit is contained in:
parent
6902bf1d1d
commit
9af1f86b75
4 changed files with 11 additions and 2 deletions
|
|
@ -1284,6 +1284,7 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
|
||||||
case "weaversDenSecretRoom2":
|
case "weaversDenSecretRoom2":
|
||||||
case "cityCrest":
|
case "cityCrest":
|
||||||
case "soulSanctumShortcut":
|
case "soulSanctumShortcut":
|
||||||
|
case "colosseumHiddenHotSprings":
|
||||||
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;
|
||||||
|
|
||||||
|
|
@ -9099,6 +9100,13 @@ 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: {
|
||||||
|
name: "Colosseum Hidden Hot Spring",
|
||||||
|
spoiler: "Colosseum of Fools, wall right of Bench",
|
||||||
|
id: "Breakable Wall_Silhouette",
|
||||||
|
sceneName: "Room_Colosseum_02",
|
||||||
|
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
|
|
@ -1464,6 +1464,7 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
|
||||||
case "weaversDenSecretRoom2":
|
case "weaversDenSecretRoom2":
|
||||||
case "cityCrest":
|
case "cityCrest":
|
||||||
case "soulSanctumShortcut":
|
case "soulSanctumShortcut":
|
||||||
|
case "colosseumHiddenHotSprings":
|
||||||
(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;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5674,7 +5674,7 @@ const HK = {
|
||||||
},
|
},
|
||||||
colosseumHiddenHotSprings: {
|
colosseumHiddenHotSprings: {
|
||||||
name: "Colosseum Hidden Hot Spring",
|
name: "Colosseum Hidden Hot Spring",
|
||||||
spoiler: "Colosseum of Fools, Bench Room, right wall",
|
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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue