add Optional Journal Entries

This commit is contained in:
ReznoRMichael 2021-07-27 11:37:06 +02:00
parent 804c072e72
commit fb080bd6c9
3 changed files with 80 additions and 21 deletions

View file

@ -4177,11 +4177,6 @@ var HK = {
spoiler: "Royal Waterways, Dung Defender, use Desolate Dive", spoiler: "Royal Waterways, Dung Defender, use Desolate Dive",
wiki: "White_Defender" wiki: "White_Defender"
}, },
killedZote: {
name: "Zote",
spoiler: "Colosseum: Trial of the Warrior or The Eternal Ordeal",
wiki: "Zote"
},
greyPrinceDefeated: { greyPrinceDefeated: {
name: "Grey Prince Zote", name: "Grey Prince Zote",
spoiler: "Dirtmouth: Bretta's Room (per save choice)", spoiler: "Dirtmouth: Bretta's Room (per save choice)",
@ -5192,6 +5187,45 @@ var HK = {
} }
}, },
/* ################ Game Statistics ################### */
huntersJournalOptional: {
h2: "Optional Journal Entries",
id: "hk-journal-optional",
description: "The remaining Hunter's Journal entries which don't count to Hunter's Mark and Keen/True Hunter achievements.",
entries: {
MenderBug: {
name: "Menderbug (1)",
nameDefault: "Menderbug",
spoiler: "Forgotten Crossroads: destroy sign",
wiki: "Menderbug"
},
Zote: {
name: "Zote (1)",
nameDefault: "Zote",
spoiler: "Colosseum: Trial of the Warrior or The Eternal Ordeal",
wiki: "Zote"
},
HollowKnight: {
name: "Hollow Knight (1)",
nameDefault: "Hollow Knight",
spoiler: "Forgotten Crossroads: Black Egg Temple",
wiki: "Hollow_Knight"
},
FinalBoss: {
name: "The Radiance (1)",
nameDefault: "The Radiance",
spoiler: "Requires Void Heart & Dream Nail Hollow Knight",
wiki: "Radiance"
},
GhostGalien: {
name: "",
nameDefault: "",
spoiler: "",
wiki: ""
}
}
},
/* ################ Game Statistics ################### */ /* ################ Game Statistics ################### */
statistics: { statistics: {
h2: "Game Statistics", h2: "Game Statistics",
@ -5387,11 +5421,6 @@ var HK = {
spoiler: "Divine: Fragile Strength + 15000 Geo", spoiler: "Divine: Fragile Strength + 15000 Geo",
wiki: "Divine#Unbreakable_Charms" wiki: "Divine#Unbreakable_Charms"
}, },
killedMenderBug: {
name: "Journal: Menderbug",
spoiler: "Forgotten Crossroads + destroy sign",
wiki: "Menderbug"
},
/* /*
Path of Pain entrance discovered Path of Pain entrance discovered

File diff suppressed because one or more lines are too long

View file

@ -1357,11 +1357,6 @@ const HK = {
spoiler: "Royal Waterways, Dung Defender, use Desolate Dive", spoiler: "Royal Waterways, Dung Defender, use Desolate Dive",
wiki: "White_Defender" wiki: "White_Defender"
}, },
killedZote: {
name: "Zote",
spoiler: "Colosseum: Trial of the Warrior or The Eternal Ordeal",
wiki: "Zote"
},
greyPrinceDefeated: { greyPrinceDefeated: {
name: "Grey Prince Zote", name: "Grey Prince Zote",
spoiler: "Dirtmouth: Bretta's Room (per save choice)", spoiler: "Dirtmouth: Bretta's Room (per save choice)",
@ -2376,6 +2371,46 @@ const HK = {
/* ################ Game Statistics ################### */ /* ################ Game Statistics ################### */
huntersJournalOptional: {
h2: "Optional Journal Entries",
id: "hk-journal-optional",
description: "The remaining Hunter's Journal entries which don't count to Hunter's Mark and Keen/True Hunter achievements.",
entries: {
MenderBug: {
name: "Menderbug (1)",
nameDefault: "Menderbug",
spoiler: "Forgotten Crossroads: destroy sign",
wiki: "Menderbug"
},
Zote: {
name: "Zote (1)",
nameDefault: "Zote",
spoiler: "Colosseum: Trial of the Warrior or The Eternal Ordeal",
wiki: "Zote"
},
HollowKnight: {
name: "Hollow Knight (1)",
nameDefault: "Hollow Knight",
spoiler: "Forgotten Crossroads: Black Egg Temple",
wiki: "Hollow_Knight"
},
FinalBoss: {
name: "The Radiance (1)",
nameDefault: "The Radiance",
spoiler: "Requires Void Heart & Dream Nail Hollow Knight",
wiki: "Radiance"
},
GhostGalien: {
name: "",
nameDefault: "",
spoiler: "",
wiki: ""
},
},
},
/* ################ Game Statistics ################### */
statistics: { statistics: {
h2: "Game Statistics", h2: "Game Statistics",
id: "hk-statistics", id: "hk-statistics",
@ -2568,11 +2603,6 @@ const HK = {
spoiler: "Divine: Fragile Strength + 15000 Geo", spoiler: "Divine: Fragile Strength + 15000 Geo",
wiki: "Divine#Unbreakable_Charms" wiki: "Divine#Unbreakable_Charms"
}, },
killedMenderBug: {
name: "Journal: Menderbug",
spoiler: "Forgotten Crossroads + destroy sign",
wiki: "Menderbug"
},
/* /*
Path of Pain entrance discovered Path of Pain entrance discovered
*/ */