plan further hints (comment)

This commit is contained in:
ReznoRMichael 2022-02-28 11:19:28 +01:00
parent d8336f82bf
commit ec64923acd

View file

@ -2297,7 +2297,7 @@ function CheckHintsTrue(section, dataObject, playerData, worldData) {
} }
if (GruzMotherDefeated) { if (GruzMotherDefeated) {
continue; // next dataObject (i) continue; // next dataObject (i)
} else { } else {
section.current = i; section.current = i;
break; break;
@ -2329,6 +2329,24 @@ function CheckHintsTrue(section, dataObject, playerData, worldData) {
section.current = i; section.current = i;
break; break;
} }
/*
After killing Hollow Knight:
- gather 1800 Essence (Essence sources)
- get Awoken Dream Nail from Seer
- use Awoken Dream Nail on the knight corpse in Ancient Basin/Palace Grounds (discover White Palace)
- acquire White Fragment from White Palace
- defeat Hornet 2
- get King's Brand
- open door to the Abyss
- light the lighthouse
- get Shade Cloak
- visit Queen's Gardens
- defeat Traitor Lord
- get White Fragment from White Lady
- equip Kingsoul and visit Birthplace
- get Void Heart
- go to Black Egg Temple, Dream Nail Hollow Knight and defeat Radiance (end of hints)
*/
} else { // if anything from the hints list is not done } else { // if anything from the hints list is not done
section.current = i; section.current = i;
break; break;