add Geo Chests to db
This commit is contained in:
parent
4f8eb07f14
commit
b45e94a1df
1 changed files with 17 additions and 0 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue