v1.4.1 version change
This commit is contained in:
parent
3a8bf0e8ba
commit
ee16266b66
6 changed files with 14 additions and 6 deletions
|
|
@ -93,7 +93,7 @@ If you like the tool and wish it developed further with more functions and easie
|
|||
|
||||
## Version History
|
||||
|
||||
* v1.4.0 2021-03-16:
|
||||
* v1.4.1 2021-03-16:
|
||||
|
||||
— **Game Completion Essentials** additions:
|
||||
✅ 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
|
||||
|
||||
— v1.4.1 2021-03-18: Changed Grubfather Rewards text to Awarded instead of Collected
|
||||
|
||||
* v1.3.0 2021-02-24:
|
||||
|
||||
— **Game Statistics** Section now divided into Game Statistics and Godhome Statistics
|
||||
|
|
|
|||
|
|
@ -3336,7 +3336,7 @@ var HK = {
|
|||
wiki: "Grub"
|
||||
},
|
||||
grubRewards: {
|
||||
name: "Grubfather Rewards Collected",
|
||||
name: "Grubfather Rewards Awarded",
|
||||
spoiler: "46 Rewards total",
|
||||
max: 46,
|
||||
wiki: "Grub#Rewards_and_locations"
|
||||
|
|
@ -3956,6 +3956,12 @@ var HK = {
|
|||
sceneName: "White_Palace_09",
|
||||
wiki: "White_Palace#White_Lady.27s_room"
|
||||
},
|
||||
|
||||
/*
|
||||
Secret Room #3 ?
|
||||
"id": "Breakable Wall Waterways",
|
||||
"sceneName": "White_Palace_09",
|
||||
*/
|
||||
elderbugGaveFlower: {
|
||||
name: "Delicate Flower: Elderbug",
|
||||
spoiler: "Deliver from Traitor's Child Grave",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -243,7 +243,7 @@
|
|||
<div style="margin-bottom: 20px;"></div>
|
||||
|
||||
<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> © 2020–2021<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> © 2017–2021<br>
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hollow-knight-completion-check",
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"description": "Hollow Knight Save Game Completion Analyzer Web Tool",
|
||||
"main": "index.html",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@
|
|||
<div style="margin-bottom: 20px;"></div>
|
||||
|
||||
<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> © 2020–2021<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> © 2017–2021<br>
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue