PoP entrance add
This commit is contained in:
parent
623fa9cbbc
commit
12b6c85cdf
4 changed files with 34 additions and 23 deletions
25
build/app.js
25
build/app.js
|
|
@ -779,6 +779,7 @@ function CheckAdditionalThings(divId, dataObject, playerData, worldData, sceneDa
|
|||
case "pantheonCrystalGuardian":
|
||||
case "pantheonEnragedGuardian":
|
||||
case "mantisVillageFloorLever":
|
||||
case "pathOfPainEntrance":
|
||||
FindWorldItem(dataObject[i].id, dataObject[i].sceneName) ? CurrentDataTrue() : CurrentDataFalse();
|
||||
break;
|
||||
|
||||
|
|
@ -3360,13 +3361,6 @@ var HK = {
|
|||
spoiler: "Fungal Wastes, near Dashmaster charm statue",
|
||||
wiki: "Bretta"
|
||||
},
|
||||
|
||||
/*
|
||||
Mantis Village Floor Lever
|
||||
Fungal Wastes, right of Mantis Claw
|
||||
"id": "Mantis Lever (1)",
|
||||
"sceneName": "Fungus2_14",
|
||||
*/
|
||||
mantisVillageFloorLever: {
|
||||
name: "Mantis Village Floor Lever",
|
||||
spoiler: "Fungal Wastes, right of Mantis Claw",
|
||||
|
|
@ -3915,20 +3909,27 @@ var HK = {
|
|||
spoiler: "Forgotten Crossroads + destroy sign",
|
||||
wiki: "Menderbug"
|
||||
},
|
||||
killedBindingSeal: {
|
||||
name: "Journal: Seal of Binding",
|
||||
spoiler: "White Palace: Path of Pain completion",
|
||||
wiki: "Seal_of_Binding"
|
||||
},
|
||||
|
||||
/*
|
||||
Path of Pain entrance discovered
|
||||
*/
|
||||
pathOfPainEntrance: {
|
||||
name: "White Palace: Path of Pain Entrance",
|
||||
spoiler: "Break left wall above spikes",
|
||||
id: "Breakable Wall Ruin Lift",
|
||||
sceneName: "White_Palace_06",
|
||||
wiki: "White_Palace#Sub-area:_Path_of_Pain"
|
||||
},
|
||||
killsBindingSeal: {
|
||||
name: "White Palace: Path of Pain",
|
||||
spoiler: "Main Secret Area, After Middle Lift",
|
||||
wiki: "White_Palace#Sub-area:_Path_of_Pain"
|
||||
},
|
||||
killedBindingSeal: {
|
||||
name: "Journal: Seal of Binding",
|
||||
spoiler: "White Palace: Path of Pain completion",
|
||||
wiki: "Seal_of_Binding"
|
||||
},
|
||||
whitePalaceSecretRoomVisited: {
|
||||
name: "White Palace: Secret Room #1",
|
||||
spoiler: "The Pale King's Workshop",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -848,6 +848,7 @@ function CheckAdditionalThings(divId, dataObject, playerData, worldData, sceneDa
|
|||
case "pantheonCrystalGuardian":
|
||||
case "pantheonEnragedGuardian":
|
||||
case "mantisVillageFloorLever":
|
||||
case "pathOfPainEntrance":
|
||||
(FindWorldItem(dataObject[i].id, dataObject[i].sceneName)) ? CurrentDataTrue(): CurrentDataFalse();
|
||||
break;
|
||||
case "relicsWandererJournal":
|
||||
|
|
|
|||
|
|
@ -1458,29 +1458,38 @@ const HK = {
|
|||
spoiler: "Forgotten Crossroads + destroy sign",
|
||||
wiki: "Menderbug"
|
||||
},
|
||||
killedBindingSeal: {
|
||||
name: "Journal: Seal of Binding",
|
||||
spoiler: "White Palace: Path of Pain completion",
|
||||
wiki: "Seal_of_Binding"
|
||||
},
|
||||
/*
|
||||
Path of Pain entrance discovered
|
||||
*/
|
||||
pathOfPainEntrance: {
|
||||
name: "White Palace: Path of Pain Entrance",
|
||||
spoiler: "Break left wall above spikes",
|
||||
id: "Breakable Wall Ruin Lift",
|
||||
sceneName: "White_Palace_06",
|
||||
wiki: "White_Palace#Sub-area:_Path_of_Pain"
|
||||
},
|
||||
killsBindingSeal: {
|
||||
name: "White Palace: Path of Pain",
|
||||
spoiler: "Main Secret Area, After Middle Lift",
|
||||
wiki: "White_Palace#Sub-area:_Path_of_Pain"
|
||||
},
|
||||
killedBindingSeal: {
|
||||
name: "Journal: Seal of Binding",
|
||||
spoiler: "White Palace: Path of Pain completion",
|
||||
wiki: "Seal_of_Binding"
|
||||
},
|
||||
whitePalaceSecretRoomVisited: {
|
||||
name: "White Palace: Secret Room #1",
|
||||
spoiler: "The Pale King's Workshop",
|
||||
wiki: "White_Palace#The_Pale_King.27s_workshop"
|
||||
},
|
||||
/*
|
||||
White Lady's Room
|
||||
"id": "Quake Floor",
|
||||
"sceneName": "White_Palace_09",
|
||||
*/
|
||||
whiteLadyRoom: {
|
||||
name: "White Palace: Secret Room #2",
|
||||
spoiler: "White Lady's Room",
|
||||
id: "Quake Floor",
|
||||
sceneName: "White_Palace_09",
|
||||
wiki: "White_Palace#White_Lady.27s_room"
|
||||
},
|
||||
elderbugGaveFlower: {
|
||||
name: "Delicate Flower: Elderbug",
|
||||
spoiler: "Deliver from Traitor's Child Grave",
|
||||
|
|
|
|||
Loading…
Reference in a new issue