add Nightmare King/Banishment
This commit is contained in:
parent
94d1a88199
commit
8548bf7763
1 changed files with 7 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ const HK_GRIMMTROUPE = {
|
|||
gotCharm_38: "Dreamshield",
|
||||
gotCharm_37: "Sprintmaster",
|
||||
gotCharm_39: "Weaversong",
|
||||
gotGrimmNotch: "Troupe Leader Grimm"
|
||||
};
|
||||
|
||||
const HK_LIFEBLOOD = {
|
||||
|
|
@ -226,6 +227,12 @@ function HKCheckCompletion(jsonObject) {
|
|||
|
||||
if (HK_GRIMMTROUPE_temp) checkIfDataTrue(DIV_ID.grimmTroupe, HK_GRIMMTROUPE_temp, HKPlayerData);
|
||||
|
||||
if (i === "grimmChildLevel") {
|
||||
if (HKPlayerData.grimmChildLevel >= 4) currentDataTrue();
|
||||
else currentDataFalse();
|
||||
fillHTML(DIV_ID.grimmTroupe, "Nightmare King Grimm / Banishment");
|
||||
}
|
||||
|
||||
// ---------------- Lifeblood Content Pack --------------------- //
|
||||
|
||||
if (HK_LIFEBLOOD_temp) checkIfDataTrue(DIV_ID.lifeblood, HK_LIFEBLOOD_temp, HKPlayerData);
|
||||
|
|
|
|||
Loading…
Reference in a new issue