v1.0.4 readme changes
This commit is contained in:
parent
d1c2588830
commit
1362d7c6e5
3 changed files with 7 additions and 3 deletions
|
|
@ -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:
|
* 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:
|
— **Game Completion Essentials** additions:
|
||||||
✅ Acid Drained Waterways
|
✅ 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
|
## Using
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hollow-knight-completion-check",
|
"name": "hollow-knight-completion-check",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"description": "Hollow Knight Save Game Completion Analyzer Web Tool",
|
"description": "Hollow Knight Save Game Completion Analyzer Web Tool",
|
||||||
"main": "index.html",
|
"main": "index.html",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -1067,11 +1067,12 @@ const HK = {
|
||||||
name: "Geo Rocks",
|
name: "Geo Rocks",
|
||||||
spoiler: "Unbroken/Broken/Discovered Total"
|
spoiler: "Unbroken/Broken/Discovered Total"
|
||||||
},
|
},
|
||||||
|
// not ghostCoins
|
||||||
geoPool: {
|
geoPool: {
|
||||||
name: "Shade Geo",
|
name: "Shade Geo",
|
||||||
spoiler: "Amount of Geo the Shade is currently holding",
|
spoiler: "Amount of Geo the Shade is currently holding",
|
||||||
min: 0
|
min: 0
|
||||||
}, // not ghostCoins
|
},
|
||||||
rancidEggs: {
|
rancidEggs: {
|
||||||
name: "Rancid Eggs",
|
name: "Rancid Eggs",
|
||||||
spoiler: "Find: Hallownest, Buy: Sly, Tuk"
|
spoiler: "Find: Hallownest, Buy: Sly, Tuk"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue