diff --git a/HKCheckCompletion.js b/HKCheckCompletion.js index 695a9db..07fa037 100644 --- a/HKCheckCompletion.js +++ b/HKCheckCompletion.js @@ -380,8 +380,16 @@ const HK_ACHIEVEMENTS = { hasHuntersMark: ["Hunter's Mark", "Greenpath: Hunter"], journalEntriesCompleted: ["Creatures Encountered", "Hunter's Journal (164 max)", 164], journalNotesCompleted: ["Hunter Notes Completed", "Hunter's Journal (164 max)", 164], + salubraBlessing: ["Salubra's Blessing", "Salubra: 800 Geo + 40 Charms"], + falseKnightDreamDefeated: ["Failed Champion", "Forgotten Crossroads"], + mageLordDreamDefeated: ["Soul Tyrant", "City of Tears: Soul Sanctum"], + infectedKnightDreamDefeated: ["Lost Kin", "Ancient Basin"], + whiteDefenderDefeated: ["White Defender", "Royal Waterways"], + greyPrinceDefeated: ["Grey Prince Zote", "Dirtmouth"], + killedHollowKnight: ["Hollow Knight", "Forgotten Crossroads: Black Egg Temple"], gotShadeCharm: ["Void Heart", "Kingsoul + Birthplace"], - bossDoorStateTier5: ["Pantheon of Hallownest", "Godhome"], + killedFinalBoss: ["Radiance", "Forgotten Crossroads: Black Egg Temple"], + bossDoorStateTier5: ["Embrace the Void", "Godhome: Pantheon of Hallownest"], zoteDead: ["Optimal Zote", "Neglect"], nailsmithSpared: ["Optimal Nailsmith", "Happy Couple"], }; @@ -396,8 +404,8 @@ const HK_STATISTICS = { rancidEggs: ["Rancid Eggs", "Hallownest, Sly, Tuk"], xunFlowerBrokeTimes: ["Delicate Flowers broken", "Resting Grounds: Grey Mourner"], hasDreamGate: ["Dream Gate", "Seer: 900 Essence"], - fragileHealth_unbreakable: ["Unbreakable Heart", "Divine: 12000 Geo"], fragileGreed_unbreakable: ["Unbreakable Greed", "Divine: 9000 Geo"], + fragileHealth_unbreakable: ["Unbreakable Heart", "Divine: 12000 Geo"], fragileStrength_unbreakable: ["Unbreakable Strength", "Divine: 15000 Geo"], whiteDefenderDefeats: ["White Defender times defeated", "Royal Waterways (5 max)", 5], greyPrinceDefeats: ["Grey Prince Zote times defeated", "Dirtmouth (10 max)", 10], diff --git a/loadJson.js b/loadJson.js index a0eeab4..721d6e2 100644 --- a/loadJson.js +++ b/loadJson.js @@ -45,7 +45,7 @@ function loadJSON(filename, callback) { xobj.send(null); } -loadJSON("save/" + fileName[7], +loadJSON("save/" + fileName[0], function JSONparse(response) { // Parse JSON string into object jsonObj = JSON.parse(response);