add Pantheon of the Sage to database
This commit is contained in:
parent
ff47aa7ee8
commit
7e261890d5
4 changed files with 100 additions and 2 deletions
51
build/app.js
51
build/app.js
|
|
@ -206,7 +206,8 @@ function HKCheckCompletion(jsonObject) {
|
|||
/* ------------------------- Pantheon Statistics ----------------------------- */
|
||||
|
||||
CheckPantheon(_hk_database_js__WEBPACK_IMPORTED_MODULE_0__.default, "pantheonOfTheMaster", HKPlayerData);
|
||||
CheckPantheon(_hk_database_js__WEBPACK_IMPORTED_MODULE_0__.default, "pantheonOfTheArtist", HKPlayerData); // ------------------------- Hints ----------------------------- //
|
||||
CheckPantheon(_hk_database_js__WEBPACK_IMPORTED_MODULE_0__.default, "pantheonOfTheArtist", HKPlayerData);
|
||||
CheckPantheon(_hk_database_js__WEBPACK_IMPORTED_MODULE_0__.default, "pantheonOfTheSage", HKPlayerData); // ------------------------- Hints ----------------------------- //
|
||||
|
||||
CheckHintsTrue(_hk_database_js__WEBPACK_IMPORTED_MODULE_0__.default.sections.hints, _hk_database_js__WEBPACK_IMPORTED_MODULE_0__.default.sections.hints.entries, HKPlayerData, HKWorldItems); // ------------------------- Extended game completion check ----------------------------- //
|
||||
|
||||
|
|
@ -6372,6 +6373,54 @@ var HK = {
|
|||
wiki: "Pantheons"
|
||||
}
|
||||
}
|
||||
},
|
||||
pantheonOfTheSage: {
|
||||
h2: "Pantheon of the Sage (P3)",
|
||||
id: "hk-pantheon-sage",
|
||||
property: "bossDoorStateTier3",
|
||||
description: "Seek the God of Wealth and Power",
|
||||
entries: {
|
||||
unlocked: {
|
||||
name: "P3 Unlocked",
|
||||
spoiler: "Defeat P3 bosses in the game world to unlock",
|
||||
wiki: "Pantheon_of_the_Sage"
|
||||
},
|
||||
completed: {
|
||||
name: "P3 Completed",
|
||||
spoiler: "Defeat all bosses in a row to complete",
|
||||
wiki: "Pantheon_of_the_Sage"
|
||||
},
|
||||
boundNail: {
|
||||
name: "P3 Binding: Nail",
|
||||
spoiler: "Complete with the Nail binding active",
|
||||
wiki: "Pantheons#Bindings"
|
||||
},
|
||||
boundShell: {
|
||||
name: "P3 Binding: Shell",
|
||||
spoiler: "Complete with the Shell binding active",
|
||||
wiki: "Pantheons#Bindings"
|
||||
},
|
||||
boundCharms: {
|
||||
name: "P3 Binding: Charms",
|
||||
spoiler: "Complete with the Charm binding active",
|
||||
wiki: "Pantheons#Bindings"
|
||||
},
|
||||
boundSoul: {
|
||||
name: "P3 Binding: Soul",
|
||||
spoiler: "Complete with the Soul binding active",
|
||||
wiki: "Pantheons#Bindings"
|
||||
},
|
||||
allBindings: {
|
||||
name: "P3 All Bindings",
|
||||
spoiler: "Complete with all bindings active at once",
|
||||
wiki: "Pantheons#Bindings"
|
||||
},
|
||||
noHits: {
|
||||
name: "P3 No Damage",
|
||||
spoiler: "Complete without taking a single hit",
|
||||
wiki: "Pantheons"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -264,6 +264,7 @@ function HKCheckCompletion(jsonObject, benchStart = performance.now()) {
|
|||
|
||||
CheckPantheon(HK, "pantheonOfTheMaster", HKPlayerData);
|
||||
CheckPantheon(HK, "pantheonOfTheArtist", HKPlayerData);
|
||||
CheckPantheon(HK, "pantheonOfTheSage", HKPlayerData);
|
||||
|
||||
// ------------------------- Hints ----------------------------- //
|
||||
|
||||
|
|
|
|||
|
|
@ -3205,6 +3205,54 @@ const HK = {
|
|||
wiki: "Pantheons"
|
||||
},
|
||||
},
|
||||
},
|
||||
pantheonOfTheSage: {
|
||||
h2: "Pantheon of the Sage (P3)",
|
||||
id: "hk-pantheon-sage",
|
||||
property: "bossDoorStateTier3",
|
||||
description: "Seek the God of Wealth and Power",
|
||||
entries: {
|
||||
unlocked: {
|
||||
name: "P3 Unlocked",
|
||||
spoiler: "Defeat P3 bosses in the game world to unlock",
|
||||
wiki: "Pantheon_of_the_Sage"
|
||||
},
|
||||
completed: {
|
||||
name: "P3 Completed",
|
||||
spoiler: "Defeat all bosses in a row to complete",
|
||||
wiki: "Pantheon_of_the_Sage"
|
||||
},
|
||||
boundNail: {
|
||||
name: "P3 Binding: Nail",
|
||||
spoiler: "Complete with the Nail binding active",
|
||||
wiki: "Pantheons#Bindings"
|
||||
},
|
||||
boundShell: {
|
||||
name: "P3 Binding: Shell",
|
||||
spoiler: "Complete with the Shell binding active",
|
||||
wiki: "Pantheons#Bindings"
|
||||
},
|
||||
boundCharms: {
|
||||
name: "P3 Binding: Charms",
|
||||
spoiler: "Complete with the Charm binding active",
|
||||
wiki: "Pantheons#Bindings"
|
||||
},
|
||||
boundSoul: {
|
||||
name: "P3 Binding: Soul",
|
||||
spoiler: "Complete with the Soul binding active",
|
||||
wiki: "Pantheons#Bindings"
|
||||
},
|
||||
allBindings: {
|
||||
name: "P3 All Bindings",
|
||||
spoiler: "Complete with all bindings active at once",
|
||||
wiki: "Pantheons#Bindings"
|
||||
},
|
||||
noHits: {
|
||||
name: "P3 No Damage",
|
||||
spoiler: "Complete without taking a single hit",
|
||||
wiki: "Pantheons"
|
||||
},
|
||||
},
|
||||
}
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue