corrections

This commit is contained in:
ReznoRMichael 2021-08-03 11:57:12 +02:00
parent 89da54ad7c
commit 4855cf8bf2
3 changed files with 6 additions and 8 deletions

View file

@ -454,7 +454,7 @@ function CheckExtendedCompletion(db) {
case "greyPrinceDefeated": case "greyPrinceDefeated":
case "killedHollowKnight": case "killedHollowKnight":
case "killedFinalBoss": case "killedFinalBoss":
console.info("Ignored:", entry); // console.info("Ignored:", entry);
continue; continue;
} }
@ -479,8 +479,7 @@ function CheckExtendedCompletion(db) {
default: default:
if (entries[entry].icon !== "none") { if (entries[entry].icon !== "none") {
intro.extendedCompletionTotal++; intro.extendedCompletionTotal++; // console.info("Counted Total:", entry);
/* console.info("Counted:", entry); */
} }
/* Missable Arcane Egg exception, subtract from total */ /* Missable Arcane Egg exception, subtract from total */
@ -4565,12 +4564,12 @@ var HK = {
wiki: "Resting_Grounds" wiki: "Resting_Grounds"
}, },
mapAbyss: { mapAbyss: {
name: "Map: Ancient Basin + Abyss", name: "Map: Ancient Basin",
spoiler: "112/150 Geo: center area, near fountain", spoiler: "112/150 Geo: center area, near fountain",
wiki: "Ancient_Basin" wiki: "Ancient_Basin"
}, },
mapOutskirts: { mapOutskirts: {
name: "Map: Kingdom's Edge + Hive", name: "Map: Kingdom's Edge",
spoiler: "112/150 Geo: left bottom area, inside pipe", spoiler: "112/150 Geo: left bottom area, inside pipe",
wiki: "Kingdom's_Edge" wiki: "Kingdom's_Edge"
}, },
@ -4594,7 +4593,6 @@ var HK = {
spoiler: "Cornifer and Iselda, 13 Area Maps total", spoiler: "Cornifer and Iselda, 13 Area Maps total",
max: 13, max: 13,
maxDefault: 13, maxDefault: 13,
list: ["mapCrossroads", "mapGreenpath", "mapFogCanyon", "mapRoyalGardens", "mapFungalWastes", "mapCity", "mapWaterways", "mapMines", "mapDeepnest", "mapCliffs", "mapOutskirts", "mapRestingGrounds", "mapAbyss"],
wiki: "Map_and_Quill#Maps" wiki: "Map_and_Quill#Maps"
}, },
hasJournal: { hasJournal: {

File diff suppressed because one or more lines are too long

View file

@ -563,7 +563,7 @@ function CheckExtendedCompletion(db) {
if (entries[entry].icon !== "none") { if (entries[entry].icon !== "none") {
intro.extendedCompletionTotal++; intro.extendedCompletionTotal++;
/* console.info("Counted:", entry); */ // console.info("Counted Total:", entry);
} }
/* Missable Arcane Egg exception, subtract from total */ /* Missable Arcane Egg exception, subtract from total */