diff --git a/README.md b/README.md index 1b44a5e..4208107 100644 --- a/README.md +++ b/README.md @@ -244,10 +244,13 @@ If you like the tool and wish it developed further with more functions and easie * v1.0.4 2021-xx-xx: + — Backwards Compatibility with Hollow Knight version 1.0.0.6 save files (February 2017 release version). + — **Game Completion Essentials** additions: ✅ Acid Drained Waterways - — Backwards Compatibility with Hollow Knight version 1.0.0.6 save files (February 2017 release version). + — **Game Statistics** additions: + ✅ Rancid Eggs sold to Jinn — relevant to Steel Soul Mode ## Using diff --git a/package.json b/package.json index 565d504..89740fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hollow-knight-completion-check", - "version": "1.0.3", + "version": "1.0.4", "description": "Hollow Knight Save Game Completion Analyzer Web Tool", "main": "index.html", "scripts": { diff --git a/src/js/hk-database.js b/src/js/hk-database.js index 267bc9b..1f48db9 100644 --- a/src/js/hk-database.js +++ b/src/js/hk-database.js @@ -1067,11 +1067,12 @@ const HK = { name: "Geo Rocks", spoiler: "Unbroken/Broken/Discovered Total" }, + // not ghostCoins geoPool: { name: "Shade Geo", spoiler: "Amount of Geo the Shade is currently holding", min: 0 - }, // not ghostCoins + }, rancidEggs: { name: "Rancid Eggs", spoiler: "Find: Hallownest, Buy: Sly, Tuk"