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 "pantheonCrystalGuardian":
|
||||||
case "pantheonEnragedGuardian":
|
case "pantheonEnragedGuardian":
|
||||||
case "mantisVillageFloorLever":
|
case "mantisVillageFloorLever":
|
||||||
|
case "pathOfPainEntrance":
|
||||||
FindWorldItem(dataObject[i].id, dataObject[i].sceneName) ? CurrentDataTrue() : CurrentDataFalse();
|
FindWorldItem(dataObject[i].id, dataObject[i].sceneName) ? CurrentDataTrue() : CurrentDataFalse();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
@ -3360,13 +3361,6 @@ var HK = {
|
||||||
spoiler: "Fungal Wastes, near Dashmaster charm statue",
|
spoiler: "Fungal Wastes, near Dashmaster charm statue",
|
||||||
wiki: "Bretta"
|
wiki: "Bretta"
|
||||||
},
|
},
|
||||||
|
|
||||||
/*
|
|
||||||
Mantis Village Floor Lever
|
|
||||||
Fungal Wastes, right of Mantis Claw
|
|
||||||
"id": "Mantis Lever (1)",
|
|
||||||
"sceneName": "Fungus2_14",
|
|
||||||
*/
|
|
||||||
mantisVillageFloorLever: {
|
mantisVillageFloorLever: {
|
||||||
name: "Mantis Village Floor Lever",
|
name: "Mantis Village Floor Lever",
|
||||||
spoiler: "Fungal Wastes, right of Mantis Claw",
|
spoiler: "Fungal Wastes, right of Mantis Claw",
|
||||||
|
|
@ -3915,20 +3909,27 @@ var HK = {
|
||||||
spoiler: "Forgotten Crossroads + destroy sign",
|
spoiler: "Forgotten Crossroads + destroy sign",
|
||||||
wiki: "Menderbug"
|
wiki: "Menderbug"
|
||||||
},
|
},
|
||||||
killedBindingSeal: {
|
|
||||||
name: "Journal: Seal of Binding",
|
|
||||||
spoiler: "White Palace: Path of Pain completion",
|
|
||||||
wiki: "Seal_of_Binding"
|
|
||||||
},
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Path of Pain entrance discovered
|
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: {
|
killsBindingSeal: {
|
||||||
name: "White Palace: Path of Pain",
|
name: "White Palace: Path of Pain",
|
||||||
spoiler: "Main Secret Area, After Middle Lift",
|
spoiler: "Main Secret Area, After Middle Lift",
|
||||||
wiki: "White_Palace#Sub-area:_Path_of_Pain"
|
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: {
|
whitePalaceSecretRoomVisited: {
|
||||||
name: "White Palace: Secret Room #1",
|
name: "White Palace: Secret Room #1",
|
||||||
spoiler: "The Pale King's Workshop",
|
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 "pantheonCrystalGuardian":
|
||||||
case "pantheonEnragedGuardian":
|
case "pantheonEnragedGuardian":
|
||||||
case "mantisVillageFloorLever":
|
case "mantisVillageFloorLever":
|
||||||
|
case "pathOfPainEntrance":
|
||||||
(FindWorldItem(dataObject[i].id, dataObject[i].sceneName)) ? CurrentDataTrue(): CurrentDataFalse();
|
(FindWorldItem(dataObject[i].id, dataObject[i].sceneName)) ? CurrentDataTrue(): CurrentDataFalse();
|
||||||
break;
|
break;
|
||||||
case "relicsWandererJournal":
|
case "relicsWandererJournal":
|
||||||
|
|
|
||||||
|
|
@ -1458,29 +1458,38 @@ const HK = {
|
||||||
spoiler: "Forgotten Crossroads + destroy sign",
|
spoiler: "Forgotten Crossroads + destroy sign",
|
||||||
wiki: "Menderbug"
|
wiki: "Menderbug"
|
||||||
},
|
},
|
||||||
killedBindingSeal: {
|
|
||||||
name: "Journal: Seal of Binding",
|
|
||||||
spoiler: "White Palace: Path of Pain completion",
|
|
||||||
wiki: "Seal_of_Binding"
|
|
||||||
},
|
|
||||||
/*
|
/*
|
||||||
Path of Pain entrance discovered
|
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: {
|
killsBindingSeal: {
|
||||||
name: "White Palace: Path of Pain",
|
name: "White Palace: Path of Pain",
|
||||||
spoiler: "Main Secret Area, After Middle Lift",
|
spoiler: "Main Secret Area, After Middle Lift",
|
||||||
wiki: "White_Palace#Sub-area:_Path_of_Pain"
|
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: {
|
whitePalaceSecretRoomVisited: {
|
||||||
name: "White Palace: Secret Room #1",
|
name: "White Palace: Secret Room #1",
|
||||||
spoiler: "The Pale King's Workshop",
|
spoiler: "The Pale King's Workshop",
|
||||||
wiki: "White_Palace#The_Pale_King.27s_workshop"
|
wiki: "White_Palace#The_Pale_King.27s_workshop"
|
||||||
},
|
},
|
||||||
/*
|
whiteLadyRoom: {
|
||||||
White Lady's Room
|
name: "White Palace: Secret Room #2",
|
||||||
"id": "Quake Floor",
|
spoiler: "White Lady's Room",
|
||||||
"sceneName": "White_Palace_09",
|
id: "Quake Floor",
|
||||||
*/
|
sceneName: "White_Palace_09",
|
||||||
|
wiki: "White_Palace#White_Lady.27s_room"
|
||||||
|
},
|
||||||
elderbugGaveFlower: {
|
elderbugGaveFlower: {
|
||||||
name: "Delicate Flower: Elderbug",
|
name: "Delicate Flower: Elderbug",
|
||||||
spoiler: "Deliver from Traitor's Child Grave",
|
spoiler: "Deliver from Traitor's Child Grave",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue