From b45e94a1df18b47b64b94866ff31a0629a157dab Mon Sep 17 00:00:00 2001 From: ReznoRMichael Date: Sun, 16 Jan 2022 20:08:43 +0100 Subject: [PATCH] add Geo Chests to db --- src/js/hk-database.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/js/hk-database.js b/src/js/hk-database.js index 27144ac..aa60fe8 100644 --- a/src/js/hk-database.js +++ b/src/js/hk-database.js @@ -2839,6 +2839,23 @@ const HK = { }, }, + /* ###################################### Geo Caches -> Geo Chests ############################################## */ + + geoChests: { + h2: "Geo Chests", + id: "hk-geo-chests", + description: `Geo Chests Description.`, + entries: { + chest1: { + name: "Chest #1", + spoiler: "Chest", + id: "Chest", + sceneName: "", + wiki: "Geo#How_to_Acquire" + }, + }, + }, + /* ###################################### Secrets -> World Interactions ############################################## */ worldInteractions: {