bosses description
This commit is contained in:
parent
456e1f1dea
commit
48e2471d56
3 changed files with 6 additions and 5 deletions
|
|
@ -386,9 +386,10 @@ function CheckExtendedCompletion(db) {
|
||||||
case "whiteDefenderDefeated":
|
case "whiteDefenderDefeated":
|
||||||
case "greyPrinceDefeated":
|
case "greyPrinceDefeated":
|
||||||
case "killedHollowKnight":
|
case "killedHollowKnight":
|
||||||
case "killedFinalBoss":
|
case "killedFinalBoss": // Collectibles are counted in their own sections
|
||||||
case "grubsCollected": // Collectibles are counted in their own sections
|
// falls through
|
||||||
|
|
||||||
|
case "grubsCollected":
|
||||||
case "whisperingRoots":
|
case "whisperingRoots":
|
||||||
case "relicsWandererJournal":
|
case "relicsWandererJournal":
|
||||||
case "relicsHallownestSeal":
|
case "relicsHallownestSeal":
|
||||||
|
|
@ -3601,7 +3602,7 @@ var HK = {
|
||||||
bosses: {
|
bosses: {
|
||||||
h2: "Bosses",
|
h2: "Bosses",
|
||||||
id: "hk-bosses",
|
id: "hk-bosses",
|
||||||
description: "Each boss from this list provides 1% Game Completion.<br>\n Note: There are many other bosses in the game. Only about ~half of the total bosses count directly towards % Game Completion stat.<br>\n <b>P1-4</b> = difficulty level and which <span class='spoiler-span blurred'>Pantheon</span> a given boss unlocks.",
|
description: "Each boss from this list provides 1% Game Completion.<br>\n Note: There are many other bosses in the game. Only about ~half of the total bosses count directly towards % Game Completion stat.<br>\n <b>P1-P4</b> = difficulty level and which <span class='spoiler-span blurred'>Pantheon</span> a given boss unlocks.",
|
||||||
percent: 0,
|
percent: 0,
|
||||||
maxPercent: 14,
|
maxPercent: 14,
|
||||||
entries: {
|
entries: {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -179,7 +179,7 @@ const HK = {
|
||||||
id: "hk-bosses",
|
id: "hk-bosses",
|
||||||
description: `Each boss from this list provides 1% Game Completion.<br>
|
description: `Each boss from this list provides 1% Game Completion.<br>
|
||||||
Note: There are many other bosses in the game. Only about ~half of the total bosses count directly towards % Game Completion stat.<br>
|
Note: There are many other bosses in the game. Only about ~half of the total bosses count directly towards % Game Completion stat.<br>
|
||||||
<b>P1-4</b> = difficulty level and which <span class='spoiler-span blurred'>Pantheon</span> a given boss unlocks.`,
|
<b>P1-P4</b> = difficulty level and which <span class='spoiler-span blurred'>Pantheon</span> a given boss unlocks.`,
|
||||||
percent: 0,
|
percent: 0,
|
||||||
maxPercent: 14,
|
maxPercent: 14,
|
||||||
entries: {
|
entries: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue