update readme

This commit is contained in:
ReznoRMichael 2021-02-20 02:59:34 +01:00
parent ca2d7daef1
commit 46070a2f0e
4 changed files with 22 additions and 9 deletions

View file

@ -95,9 +95,22 @@ If you like the tool and wish it developed further with more functions and easie
* Upcoming: * Upcoming:
— Massive Moss Charger — Bosses and Warrior Dreams required for opening Pantheons 1-4 are now marked with P1, P2, P3 or P4. They are also sorted accordingly.
**Game Completion Essentials** additions:
✅ P1 Massive Moss Charger
✅ P1 Soul Warrior
✅ Brothers Oro & Mato
✅ P2 Crystal Guardian
✅ P2 Oblobble
✅ P2 Flukemarm
✅ Paintmaster Sheo
✅ P3 Great Nailsage Sly
✅ P4 Enraged Guardian
✅ Pure Vessel
— Interactables Not Activated, Activated and Discovered Total. **Game Statistics** additions:
✅ Interactables: Not Activated, Activated and Discovered Total (experimental)
— Polyfills for most browsers — Polyfills for most browsers

View file

@ -3509,7 +3509,7 @@ var HK = {
wiki: "Soul_Warrior" wiki: "Soul_Warrior"
}, },
killedNailBros: { killedNailBros: {
name: "P1 Brothers Oro & Mato", name: "Brothers Oro & Mato",
spoiler: "Godhome: Pantheon of the Master", spoiler: "Godhome: Pantheon of the Master",
wiki: "Brothers_Oro_%26_Mato" wiki: "Brothers_Oro_%26_Mato"
}, },
@ -3531,7 +3531,7 @@ var HK = {
wiki: "Flukemarm" wiki: "Flukemarm"
}, },
killedPaintmaster: { killedPaintmaster: {
name: "P2 Paintmaster Sheo", name: "Paintmaster Sheo",
spoiler: "Godhome: Pantheon of the Artist", spoiler: "Godhome: Pantheon of the Artist",
wiki: "Paintmaster_Sheo" wiki: "Paintmaster_Sheo"
}, },
@ -3548,7 +3548,7 @@ var HK = {
wiki: "Enraged_Guardian" wiki: "Enraged_Guardian"
}, },
killedHollowKnightPrime: { killedHollowKnightPrime: {
name: "P4 Pure Vessel", name: "Pure Vessel",
spoiler: "Godhome: Pantheon of the Knight", spoiler: "Godhome: Pantheon of the Knight",
wiki: "Pure_Vessel" wiki: "Pure_Vessel"
} }

File diff suppressed because one or more lines are too long

View file

@ -1011,7 +1011,7 @@ const HK = {
wiki: "Soul_Warrior" wiki: "Soul_Warrior"
}, },
killedNailBros: { killedNailBros: {
name: "P1 Brothers Oro & Mato", name: "Brothers Oro & Mato",
spoiler: "Godhome: Pantheon of the Master", spoiler: "Godhome: Pantheon of the Master",
wiki: "Brothers_Oro_%26_Mato" wiki: "Brothers_Oro_%26_Mato"
}, },
@ -1033,7 +1033,7 @@ const HK = {
wiki: "Flukemarm" wiki: "Flukemarm"
}, },
killedPaintmaster: { killedPaintmaster: {
name: "P2 Paintmaster Sheo", name: "Paintmaster Sheo",
spoiler: "Godhome: Pantheon of the Artist", spoiler: "Godhome: Pantheon of the Artist",
wiki: "Paintmaster_Sheo" wiki: "Paintmaster_Sheo"
}, },
@ -1050,7 +1050,7 @@ const HK = {
wiki: "Enraged_Guardian" wiki: "Enraged_Guardian"
}, },
killedHollowKnightPrime: { killedHollowKnightPrime: {
name: "P4 Pure Vessel", name: "Pure Vessel",
spoiler: "Godhome: Pantheon of the Knight", spoiler: "Godhome: Pantheon of the Knight",
wiki: "Pure_Vessel" wiki: "Pure_Vessel"
}, },