add Nightmare King/Banishment

This commit is contained in:
ReznoRMichael 2020-08-25 02:14:09 +02:00
parent 94d1a88199
commit 8548bf7763

View file

@ -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);