From 8396fc51258cf6584a911826351bbc03ff12c1ff Mon Sep 17 00:00:00 2001 From: ReznoRMichael Date: Fri, 25 Sep 2020 15:59:30 +0200 Subject: [PATCH] readme update --- HKCheckCompletion.js | 2 +- README.md | 14 +++++++++++++- loadJson.js | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/HKCheckCompletion.js b/HKCheckCompletion.js index 4f088ad..28c64d0 100644 --- a/HKCheckCompletion.js +++ b/HKCheckCompletion.js @@ -347,6 +347,7 @@ const HK_GODMASTER_DOORS = [ const HK_ESSENTIAL = { grubsCollected: ["Grubs Rescued", "out of 46 total", 46], dreamOrbs: ["Essence Collected", "Dream Nail + 2400 for completion", 2400], + stationsOpened: ["Stag Stations opened", "out of 9 total", 9], slyRescued: ["Sly Rescued", "Forgotten Crossroads"], brettaRescued: ["Bretta Rescued", "Fungal Wastes"], hasLantern: ["Lumafly Lantern", "Sly: 1800 Geo"], @@ -372,7 +373,6 @@ const HK_ADDITIONAL = { nailDamage: ["Nail Damage", "Nailsmith upgrades", 21], charmSlots: ["Charm Notches", "out of 11 total", 11], dreamOrbsSpent: ["Essence spent", "on Dream Gate travelling"], - stationsOpened: ["Stag Stations opened", "Hallownest", 9], relicsWandererJournal: ["Relic #1 found total", "Wanderer's Journal (out of 14)", 14, "trinket1", "soldTrinket1"], relicsHallownestSeal: ["Relic #2 found total", "Hallownest Seal (out of 17)", 17, "trinket2", "soldTrinket2"], relicsKingsIdol: ["Relic #3 found total", "King's Idol (out of 8)", 8, "trinket3", "soldTrinket3"], diff --git a/README.md b/README.md index 6c5f605..fb8562c 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,19 @@ If you like the tool and want it developed further with more functions, consider ## Version History -* *2020-09-23: +* 2020-09-25: + + — showing Health Masks, Soul and Geo + + — Game Completion Essentials: showing all things that don't count towards 112% Game Completion, but are necessary to achieve it + + — Additional Information: game statistics mode. Data outside % Game Completion, like Nail damage, notches, things found + + — visual additions: health masks, soul orbs, geo, separators + + — small bug fixes and name changes + +* 2020-09-23: — now showing current % completion of all sub-categories (Bosses, Charms, Mask Shards etc.) in addition to total Game Completion % after analyzing a save. diff --git a/loadJson.js b/loadJson.js index c348dbb..37eb0d9 100644 --- a/loadJson.js +++ b/loadJson.js @@ -44,7 +44,7 @@ function loadJSON(filename, callback) { xobj.send(null); } -loadJSON("save/" + fileName[9], +loadJSON("save/" + fileName[3], function JSONparse(response) { // Parse JSON string into object jsonObj = JSON.parse(response);