v1.4.1 version change

This commit is contained in:
ReznoRMichael 2021-03-18 16:43:44 +01:00
parent 3a8bf0e8ba
commit ee16266b66
6 changed files with 14 additions and 6 deletions

View file

@ -93,7 +93,7 @@ If you like the tool and wish it developed further with more functions and easie
## Version History ## Version History
* v1.4.0 2021-03-16: * v1.4.1 2021-03-16:
**Game Completion Essentials** additions: **Game Completion Essentials** additions:
✅ Grubfather Rewards Collected (shows how many rewards the player has collected, and how many remain waiting to collect) ✅ Grubfather Rewards Collected (shows how many rewards the player has collected, and how many remain waiting to collect)
@ -111,6 +111,8 @@ If you like the tool and wish it developed further with more functions and easie
— Minor spoiler changes and additions for better precision — Minor spoiler changes and additions for better precision
— v1.4.1 2021-03-18: Changed Grubfather Rewards text to Awarded instead of Collected
* v1.3.0 2021-02-24: * v1.3.0 2021-02-24:
**Game Statistics** Section now divided into Game Statistics and Godhome Statistics **Game Statistics** Section now divided into Game Statistics and Godhome Statistics

View file

@ -3336,7 +3336,7 @@ var HK = {
wiki: "Grub" wiki: "Grub"
}, },
grubRewards: { grubRewards: {
name: "Grubfather Rewards Collected", name: "Grubfather Rewards Awarded",
spoiler: "46 Rewards total", spoiler: "46 Rewards total",
max: 46, max: 46,
wiki: "Grub#Rewards_and_locations" wiki: "Grub#Rewards_and_locations"
@ -3956,6 +3956,12 @@ var HK = {
sceneName: "White_Palace_09", sceneName: "White_Palace_09",
wiki: "White_Palace#White_Lady.27s_room" wiki: "White_Palace#White_Lady.27s_room"
}, },
/*
Secret Room #3 ?
"id": "Breakable Wall Waterways",
"sceneName": "White_Palace_09",
*/
elderbugGaveFlower: { elderbugGaveFlower: {
name: "Delicate Flower: Elderbug", name: "Delicate Flower: Elderbug",
spoiler: "Deliver from Traitor's Child Grave", spoiler: "Deliver from Traitor's Child Grave",

File diff suppressed because one or more lines are too long

View file

@ -243,7 +243,7 @@
<div style="margin-bottom: 20px;"></div> <div style="margin-bottom: 20px;"></div>
<p class="smalltext"> <p class="smalltext">
v1.4.0. Work-In-Progress. Feedback: <a href="https://steamcommunity.com/app/367520/discussions/0/2915472677711090083/" target="_blank"><i class="simpleicon-steam"></i>Steam Discussions</a> <a href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank"><i class="simpleicon-steam"></i>Steam Guide</a>.<br> v1.4.1. Work-In-Progress. Feedback: <a href="https://steamcommunity.com/app/367520/discussions/0/2915472677711090083/" target="_blank"><i class="simpleicon-steam"></i>Steam Discussions</a> <a href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank"><i class="simpleicon-steam"></i>Steam Guide</a>.<br>
Programmed, written and created by 🉑 <a href="https://github.com/ReznoRMichael/hollow-knight-completion-check" target="_blank">rezno[R]</a> &copy; 20202021<br> Programmed, written and created by 🉑 <a href="https://github.com/ReznoRMichael/hollow-knight-completion-check" target="_blank">rezno[R]</a> &copy; 20202021<br>
<a href="https://store.steampowered.com/app/367520/Hollow_Knight/" target="_blank">Hollow Knight</a> by <a href="https://teamcherry.com.au/" target="_blank">Team Cherry</a> &copy; 20172021<br> <a href="https://store.steampowered.com/app/367520/Hollow_Knight/" target="_blank">Hollow Knight</a> by <a href="https://teamcherry.com.au/" target="_blank">Team Cherry</a> &copy; 20172021<br>
</p> </p>

View file

@ -1,6 +1,6 @@
{ {
"name": "hollow-knight-completion-check", "name": "hollow-knight-completion-check",
"version": "1.4.0", "version": "1.4.1",
"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": {

View file

@ -128,7 +128,7 @@
<div style="margin-bottom: 20px;"></div> <div style="margin-bottom: 20px;"></div>
<p class="smalltext"> <p class="smalltext">
v1.4.0. Work-In-Progress. Feedback: <a href="https://steamcommunity.com/app/367520/discussions/0/2915472677711090083/" target="_blank"><i class="simpleicon-steam"></i>Steam Discussions</a> <a href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank"><i class="simpleicon-steam"></i>Steam Guide</a>.<br> v1.4.1. Work-In-Progress. Feedback: <a href="https://steamcommunity.com/app/367520/discussions/0/2915472677711090083/" target="_blank"><i class="simpleicon-steam"></i>Steam Discussions</a> <a href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank"><i class="simpleicon-steam"></i>Steam Guide</a>.<br>
Programmed, written and created by 🉑 <a href="https://github.com/ReznoRMichael/hollow-knight-completion-check" target="_blank">rezno[R]</a> &copy; 20202021<br> Programmed, written and created by 🉑 <a href="https://github.com/ReznoRMichael/hollow-knight-completion-check" target="_blank">rezno[R]</a> &copy; 20202021<br>
<a href="https://store.steampowered.com/app/367520/Hollow_Knight/" target="_blank">Hollow Knight</a> by <a href="https://teamcherry.com.au/" target="_blank">Team Cherry</a> &copy; 20172021<br> <a href="https://store.steampowered.com/app/367520/Hollow_Knight/" target="_blank">Hollow Knight</a> by <a href="https://teamcherry.com.au/" target="_blank">Team Cherry</a> &copy; 20172021<br>
</p> </p>