add world interactions tab

This commit is contained in:
ReznoRMichael 2022-01-16 17:15:56 +01:00
parent e01ddd49a4
commit 7a65afb3ce
3 changed files with 17 additions and 1 deletions

View file

@ -8700,6 +8700,12 @@ function GenerateInnerHTML(db) {
textFill += "<div id=\"tab-collectibles\" class=\"large-section\">"; textFill += "<div id=\"tab-collectibles\" class=\"large-section\">";
break; break;
/* Secrets */
case "worldInteractions":
textFill += "<div id=\"tab-secrets\" class=\"large-section\">";
break;
/* Statistics */ /* Statistics */
case "statistics": case "statistics":
@ -9065,6 +9071,8 @@ function GenerateInnerHTML(db) {
case "charmNotches": // Collectibles case "charmNotches": // Collectibles
case "worldInteractions": // Secrets
case "statistics": // Stats case "statistics": // Stats
case "hallOfGods": case "hallOfGods":

File diff suppressed because one or more lines are too long

View file

@ -277,6 +277,13 @@ function GenerateInnerHTML(db) {
break; break;
/* Secrets */
case "worldInteractions":
textFill += `<div id="tab-secrets" class="large-section">`;
break;
/* Statistics */ /* Statistics */
case "statistics": case "statistics":
@ -663,6 +670,7 @@ function GenerateInnerHTML(db) {
case "achievements": // Essentials case "achievements": // Essentials
case "huntersJournalOptional": // Journal case "huntersJournalOptional": // Journal
case "charmNotches": // Collectibles case "charmNotches": // Collectibles
case "worldInteractions": // Secrets
case "statistics": // Stats case "statistics": // Stats
case "hallOfGods": // Godmaster case "hallOfGods": // Godmaster