Godseeker Flower, Tuner Memory
This commit is contained in:
parent
f7fc3294bc
commit
dab12b97e1
5 changed files with 13 additions and 4 deletions
|
|
@ -93,6 +93,10 @@ If you like the tool and wish it developed further with more functions and easie
|
||||||
|
|
||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
|
* Upcoming:
|
||||||
|
|
||||||
|
— Added info that offering Godseeker the Delicate Flower is possible after completing at least 2 Pantheons
|
||||||
|
|
||||||
* v1.2.0 2021-02-23:
|
* v1.2.0 2021-02-23:
|
||||||
|
|
||||||
— Bosses and Warrior Dreams required for opening Pantheons 1-4 are now prefixed with P1, P2, P3 or P4. They are also sorted accordingly.
|
— Bosses and Warrior Dreams required for opening Pantheons 1-4 are now prefixed with P1, P2, P3 or P4. They are also sorted accordingly.
|
||||||
|
|
|
||||||
|
|
@ -3951,7 +3951,7 @@ var HK = {
|
||||||
},
|
},
|
||||||
givenGodseekerFlower: {
|
givenGodseekerFlower: {
|
||||||
name: "Delicate Flower: Godseeker",
|
name: "Delicate Flower: Godseeker",
|
||||||
spoiler: "Delivered from Traitor's Child Grave",
|
spoiler: "Possible after completing 2 Pantheons",
|
||||||
wiki: "Delicate_Flower#List_of_Possible_Recipients"
|
wiki: "Delicate_Flower#List_of_Possible_Recipients"
|
||||||
},
|
},
|
||||||
givenOroFlower: {
|
givenOroFlower: {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -243,7 +243,7 @@
|
||||||
<div style="margin-bottom: 20px;"></div>
|
<div style="margin-bottom: 20px;"></div>
|
||||||
|
|
||||||
<p class="smalltext">
|
<p class="smalltext">
|
||||||
v1.1.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.2.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>
|
||||||
Programmed, written and created by 🉑 <a href="https://github.com/ReznoRMichael/hollow-knight-completion-check" target="_blank">rezno[R]</a> © 2020–2021<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–2018<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–2018<br>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
|
|
@ -1456,7 +1456,7 @@ const HK = {
|
||||||
},
|
},
|
||||||
givenGodseekerFlower: {
|
givenGodseekerFlower: {
|
||||||
name: "Delicate Flower: Godseeker",
|
name: "Delicate Flower: Godseeker",
|
||||||
spoiler: "Delivered from Traitor's Child Grave",
|
spoiler: "Possible after completing 2 Pantheons",
|
||||||
wiki: "Delicate_Flower#List_of_Possible_Recipients"
|
wiki: "Delicate_Flower#List_of_Possible_Recipients"
|
||||||
},
|
},
|
||||||
givenOroFlower: {
|
givenOroFlower: {
|
||||||
|
|
@ -1474,6 +1474,11 @@ const HK = {
|
||||||
spoiler: "Delivered from Traitor's Child Grave",
|
spoiler: "Delivered from Traitor's Child Grave",
|
||||||
wiki: "Delicate_Flower#List_of_Possible_Recipients"
|
wiki: "Delicate_Flower#List_of_Possible_Recipients"
|
||||||
},
|
},
|
||||||
|
seenGGWastes: {
|
||||||
|
name: "Godhome: Tuner Memory",
|
||||||
|
spoiler: "Requires completing 3 Pantheons, 2% chance",
|
||||||
|
wiki: "Godhome#Tuner_Memory"
|
||||||
|
},
|
||||||
whitePalaceSecretRoomVisited: {
|
whitePalaceSecretRoomVisited: {
|
||||||
name: "White Palace Secret Room visited",
|
name: "White Palace Secret Room visited",
|
||||||
spoiler: "Help identify this room!",
|
spoiler: "Help identify this room!",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue