add Geo Rocks to db and tab

This commit is contained in:
ReznoRMichael 2022-01-16 20:31:24 +01:00
parent a94d4743c1
commit c8080558e6
4 changed files with 21 additions and 3 deletions

View file

@ -6074,6 +6074,14 @@ var HK = {
} }
}, },
/* ###################################### Geo Caches -> Geo Rocks ############################################## */
geoRocks: {
h2: "Geo Rocks",
id: "hk-geo-rocks",
description: "Geo Rocks Description.",
entries: {}
},
/* ###################################### Secrets -> World Interactions ############################################## */ /* ###################################### Secrets -> World Interactions ############################################## */
worldInteractions: { worldInteractions: {
h2: "World Interactions", h2: "World Interactions",
@ -9111,7 +9119,7 @@ function GenerateInnerHTML(db) {
case "items": // Collectibles case "items": // Collectibles
case "geoChests": // Geo Caches case "geoRocks": // Geo Caches
case "secretRooms": // Secrets case "secretRooms": // Secrets

File diff suppressed because one or more lines are too long

View file

@ -2856,6 +2856,16 @@ const HK = {
}, },
}, },
/* ###################################### Geo Caches -> Geo Rocks ############################################## */
geoRocks: {
h2: "Geo Rocks",
id: "hk-geo-rocks",
description: `Geo Rocks Description.`,
entries: {
},
},
/* ###################################### Secrets -> World Interactions ############################################## */ /* ###################################### Secrets -> World Interactions ############################################## */
worldInteractions: { worldInteractions: {

View file

@ -678,7 +678,7 @@ function GenerateInnerHTML(db) {
case "achievements": // Essentials case "achievements": // Essentials
case "huntersJournalOptional": // Journal case "huntersJournalOptional": // Journal
case "items": // Collectibles case "items": // Collectibles
case "geoChests": // Geo Caches case "geoRocks": // Geo Caches
case "secretRooms": // Secrets case "secretRooms": // Secrets
case "statistics": // Statistics case "statistics": // Statistics
case "hallOfGods": // Godmaster case "hallOfGods": // Godmaster