add GitHub link
This commit is contained in:
parent
711b46ea4f
commit
b7fbe4603b
3 changed files with 5 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,6 +1,7 @@
|
||||||
fontello-7bf7a0b6/
|
fontello-7bf7a0b6/
|
||||||
css/
|
css/
|
||||||
font/
|
font/
|
||||||
|
images/
|
||||||
plain.json
|
plain.json
|
||||||
reznor88banish.json
|
reznor88banish.json
|
||||||
reznor112grimm.json
|
reznor112grimm.json
|
||||||
|
|
|
||||||
|
|
@ -114,8 +114,8 @@ const HK_DREAMERS = {
|
||||||
|
|
||||||
const HK_DREAMNAIL = {
|
const HK_DREAMNAIL = {
|
||||||
hasDreamNail: "Dream Nail acquired",
|
hasDreamNail: "Dream Nail acquired",
|
||||||
dreamNailUpgraded: "Awakening the Dream Nail",
|
dreamNailUpgraded: "Awoken Dream Nail (Seer - 1800 Essence)",
|
||||||
mothDeparted: "Hear the Seer's final words"
|
mothDeparted: "Hear the Seer's final words (Seer - 2400 Essence)"
|
||||||
};
|
};
|
||||||
|
|
||||||
const HK_EQUIPMENT = {
|
const HK_EQUIPMENT = {
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<link rel="icon" href="../favicon.png">
|
<link rel="icon" href="../favicon.png">
|
||||||
|
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
<script src="loadJson.js"></script>
|
<!-- <script src="loadJson.js"></script> -->
|
||||||
<script src="HKCheckCompletion.js"></script>
|
<script src="HKCheckCompletion.js"></script>
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-136831794-2"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-136831794-2"></script>
|
||||||
<script>
|
<script>
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
<h1 id="h1-title">Hollow Knight Completion % Check</h1>
|
<h1 id="h1-title">Hollow Knight Completion % Check</h1>
|
||||||
|
|
||||||
<p class="smalltext">Check what you have left for completion.<br>
|
<p class="smalltext">Check what you have left for completion. <a href="https://bloodorca.github.io/hollow/" target="_blank">Github Source Code</a><br>
|
||||||
Use bloodorca's amazing <a href="https://bloodorca.github.io/hollow/" target="_blank">[ Online Hollow Knight Save Editor ]</a> to decode your save file.<br>
|
Use bloodorca's amazing <a href="https://bloodorca.github.io/hollow/" target="_blank">[ Online Hollow Knight Save Editor ]</a> to decode your save file.<br>
|
||||||
CTRL+A, CTRL+C the decoded save data and CTRL+V it into the text box below to analyze.<br>
|
CTRL+A, CTRL+C the decoded save data and CTRL+V it into the text box below to analyze.<br>
|
||||||
This is a very early version. Some data is WIP and some data may be incorrect.
|
This is a very early version. Some data is WIP and some data may be incorrect.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue