add Journal God Tamer
This commit is contained in:
parent
833fff54d5
commit
a6f6830fb8
5 changed files with 14 additions and 3 deletions
|
|
@ -97,6 +97,9 @@ If you like the tool and wish it developed further with more functions and easie
|
|||
|
||||
— Added info that offering Godseeker the Delicate Flower is possible after completing at least 2 Pantheons
|
||||
|
||||
— **Achievements Essentials** additions:
|
||||
✅ Journal: God Tamer
|
||||
|
||||
* v1.2.0 2021-02-23:
|
||||
|
||||
— Bosses and Warrior Dreams required for opening Pantheons 1-4 are now prefixed with P1, P2, P3 or P4. They are also sorted accordingly.
|
||||
|
|
|
|||
|
|
@ -3660,6 +3660,11 @@ var HK = {
|
|||
spoiler: "The Abyss: secret room",
|
||||
wiki: "Void_Tendrils"
|
||||
},
|
||||
killedLobsterLancer: {
|
||||
name: "Journal: God Tamer",
|
||||
spoiler: "Colosseum of Fools: Trial of the Fool boss",
|
||||
wiki: "God_Tamer"
|
||||
},
|
||||
killedPaleLurker: {
|
||||
name: "Journal: Pale Lurker",
|
||||
spoiler: "Colosseum of Fools: secret area",
|
||||
|
|
@ -25959,7 +25964,6 @@ __webpack_require__(/*! ../img/thumbnail1200x628.jpg */ "./src/img/thumbnail1200
|
|||
__webpack_require__(/*! ./page-functions.js */ "./src/js/page-functions.js"); // Instantly load test save file from .json (fast Debugging script)
|
||||
// require("./LoadJson.js");
|
||||
// Main script for analyzing the decoded save file and generating the page on the fly
|
||||
// require("./HKCheckCompletion.js");
|
||||
|
||||
|
||||
__webpack_require__(/*! ./HKCheckCompletion.js */ "./src/js/HKCheckCompletion.js"); // Load Save File for opening files, decoding, decryption
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1162,6 +1162,11 @@ const HK = {
|
|||
spoiler: "The Abyss: secret room",
|
||||
wiki: "Void_Tendrils"
|
||||
},
|
||||
killedLobsterLancer: {
|
||||
name: "Journal: God Tamer",
|
||||
spoiler: "Colosseum of Fools: Trial of the Fool boss",
|
||||
wiki: "God_Tamer"
|
||||
},
|
||||
killedPaleLurker: {
|
||||
name: "Journal: Pale Lurker",
|
||||
spoiler: "Colosseum of Fools: secret area",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ require("./page-functions.js");
|
|||
// require("./LoadJson.js");
|
||||
|
||||
// Main script for analyzing the decoded save file and generating the page on the fly
|
||||
// require("./HKCheckCompletion.js");
|
||||
require("./HKCheckCompletion.js");
|
||||
|
||||
// Load Save File for opening files, decoding, decryption
|
||||
|
|
|
|||
Loading…
Reference in a new issue