White Palace secret areas change
This commit is contained in:
parent
f457bb0721
commit
8adcfd0167
4 changed files with 13 additions and 9 deletions
|
|
@ -93,6 +93,10 @@ If you like the tool and wish it developed further with more functions and easie
|
||||||
|
|
||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
|
* Upcoming:
|
||||||
|
|
||||||
|
— Pale King's Workshop Secret Room #1
|
||||||
|
|
||||||
* v1.3.0 2021-02-24:
|
* v1.3.0 2021-02-24:
|
||||||
|
|
||||||
— **Game Statistics** Section now divided into Game Statistics and Godhome Statistics
|
— **Game Statistics** Section now divided into Game Statistics and Godhome Statistics
|
||||||
|
|
|
||||||
|
|
@ -3883,13 +3883,13 @@ var HK = {
|
||||||
wiki: "Seal_of_Binding"
|
wiki: "Seal_of_Binding"
|
||||||
},
|
},
|
||||||
killsBindingSeal: {
|
killsBindingSeal: {
|
||||||
name: "Path of Pain",
|
name: "White Palace: Path of Pain",
|
||||||
spoiler: "White Palace: main secret area",
|
spoiler: "Main Secret Area, After Middle Lift",
|
||||||
wiki: "White_Palace#Sub-area:_Path_of_Pain"
|
wiki: "White_Palace#Sub-area:_Path_of_Pain"
|
||||||
},
|
},
|
||||||
whitePalaceSecretRoomVisited: {
|
whitePalaceSecretRoomVisited: {
|
||||||
name: "The Pale King's Workshop",
|
name: "White Palace: Secret Room #1",
|
||||||
spoiler: "White Palace: Secret Room #1",
|
spoiler: "The Pale King's Workshop",
|
||||||
wiki: "White_Palace#Secret_rooms"
|
wiki: "White_Palace#Secret_rooms"
|
||||||
},
|
},
|
||||||
elderbugGaveFlower: {
|
elderbugGaveFlower: {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1439,13 +1439,13 @@ const HK = {
|
||||||
wiki: "Seal_of_Binding"
|
wiki: "Seal_of_Binding"
|
||||||
},
|
},
|
||||||
killsBindingSeal: {
|
killsBindingSeal: {
|
||||||
name: "Path of Pain",
|
name: "White Palace: Path of Pain",
|
||||||
spoiler: "White Palace: Main Secret Area",
|
spoiler: "Main Secret Area, After Middle Lift",
|
||||||
wiki: "White_Palace#Sub-area:_Path_of_Pain"
|
wiki: "White_Palace#Sub-area:_Path_of_Pain"
|
||||||
},
|
},
|
||||||
whitePalaceSecretRoomVisited: {
|
whitePalaceSecretRoomVisited: {
|
||||||
name: "The Pale King's Workshop",
|
name: "White Palace: Secret Room #1",
|
||||||
spoiler: "White Palace: Secret Room #1",
|
spoiler: "The Pale King's Workshop",
|
||||||
wiki: "White_Palace#Secret_rooms"
|
wiki: "White_Palace#Secret_rooms"
|
||||||
},
|
},
|
||||||
elderbugGaveFlower: {
|
elderbugGaveFlower: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue