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:
|
||||
|
||||
— 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
|
||||
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue