From 272deac9d95fbc93081d35b8e17d0b9339b32b90 Mon Sep 17 00:00:00 2001 From: ReznoRMichael Date: Sun, 16 Jan 2022 16:50:53 +0100 Subject: [PATCH] add world interactions to db --- src/js/hk-database.js | 168 ++++++++++++++++++++++-------------------- 1 file changed, 88 insertions(+), 80 deletions(-) diff --git a/src/js/hk-database.js b/src/js/hk-database.js index d043083..a0f34d9 100644 --- a/src/js/hk-database.js +++ b/src/js/hk-database.js @@ -2679,7 +2679,7 @@ const HK = { }, }, - /* ###################################### Collectibles: Charm Notches ############################################## */ + /* ###################################### Collectibles -> Charm Notches ############################################## */ charmNotches: { h2: "Charm Notches", @@ -2729,6 +2729,93 @@ const HK = { }, }, + /* ###################################### Secrets -> World Interactions ############################################## */ + + worldInteractions: { + h2: "World Interactions", + id: "hk-world-interactions", + description: `World Interactions Description.`, + entries: { + unlockedCompletionRate: { + name: "World Sense Ability", + spoiler: "Temple of the Black Egg: Lore Tablet", + wiki: "World_Sense" + }, + hasPinGuardian: { + name: "Map Pin: Dreamers", + spoiler: "Resting Grounds: Inspect the shrine", + wiki: "Dreamers" + }, + hasPinBlackEgg: { + name: "Map Pin: Temple of the Black Egg", + spoiler: "City of Tears: Inspect fountain", + wiki: "Temple_of_the_Black_Egg" + }, + arcaneEggLifebloodCoreRoom: { + name: "Lifeblood Core Room Arcane Egg", + spoiler: "Missable Relic", + id: "Shiny Item (1)", + sceneName: "Abyss_08", + wiki: "Abyss#Lifeblood_Chamber" + }, + tukDungEgg: { + name: "Tuk: Free Rancid Egg", + spoiler: "Royal Waterways: Tuk, with Defender's Crest", + wiki: "Tuk" + }, + bankerAccountPurchased: { + name: "Opened Bank Account", + spoiler: "100 Geo: Fog Canyon: Millibelle the Banker", + wiki: "Millibelle" + }, + millibelleLeft: { + name: "Banker Disappeared", + spoiler: "Fog Canyon: Millibelle the Banker", + wiki: "Millibelle" + }, + millibelleCheckedStand: { + name: "Investigated Banker Stand", + spoiler: "Fog Canyon: Millibelle the Banker", + wiki: "Millibelle" + }, + bankerSpaMet: { + name: "Found & Talked to Millibelle", + spoiler: "City of Tears: Hot Springs, Simple Key", + wiki: "Millibelle" + }, + millibelleReclaimedAllGeo: { + name: "Reclaimed All Geo", + spoiler: "City of Tears: Hot Springs, Millibelle the Thief", + wiki: "Millibelle" + }, + elderbugGaveFlower: { + name: "Delicate Flower: Elderbug", + spoiler: "Deliver from Traitor's Child Grave", + wiki: "Delicate_Flower#List_of_Possible_Recipients" + }, + givenGodseekerFlower: { + name: "Delicate Flower: Godseeker", + spoiler: "Possible after completing 2 Pantheons", + wiki: "Delicate_Flower#List_of_Possible_Recipients" + }, + givenOroFlower: { + name: "Delicate Flower: Nailmaster Oro", + spoiler: "D. from Traitor's Child Grave", + wiki: "Delicate_Flower#List_of_Possible_Recipients" + }, + givenWhiteLadyFlower: { + name: "Delicate Flower: White Lady", + spoiler: "Deliver from Traitor's Child Grave", + wiki: "Delicate_Flower#List_of_Possible_Recipients" + }, + givenEmilitiaFlower: { + name: "Delicate Flower: Emilitia", + spoiler: "Deliver from Traitor's Child Grave", + wiki: "Delicate_Flower#List_of_Possible_Recipients" + }, + }, + }, + /* ################ Game Statistics ################### */ statistics: { @@ -2736,11 +2823,6 @@ const HK = { id: "hk-statistics", description: "This section is dedicated to all secrets, numbers and stats fans. Everything else you wish to know or the game doesn't tell you: Secrets, Whispering Roots, Geo deposits, Nail damage, Notches, total Relics found and many others.", entries: { - unlockedCompletionRate: { - name: "World Sense Ability", - spoiler: "Temple of the Black Egg: Lore Tablet", - wiki: "World_Sense" - }, journalEntriesCompleted: { name: "Creatures Encountered", spoiler: "Hunter's Journal (158-164 max)", @@ -2810,15 +2892,6 @@ const HK = { maxDefault: 3, wiki: "Arcane_Egg" }, - /* "id": "Shiny Item (1)", - "sceneName": "Abyss_08", */ - arcaneEggLifebloodCoreRoom: { - name: "Lifeblood Core Room Arcane Egg", - spoiler: "The only missable Relic", - id: "Shiny Item (1)", - sceneName: "Abyss_08", - wiki: "Abyss#Lifeblood_Chamber" - }, // not ghostCoins geoPool: { name: "Shade Geo", @@ -2836,11 +2909,6 @@ const HK = { spoiler: "Dirtmouth: Jinn, Steel Soul Mode only", wiki: "Jinn" }, - tukDungEgg: { - name: "Tuk: Free Rancid Egg", - spoiler: "Royal Waterways: Tuk, with Defender's Crest", - wiki: "Tuk" - }, xunFlowerBrokeTimes: { name: "Delicate Flowers Destroyed", spoiler: "Grey Mourner, Traitor's Child Grave", @@ -2931,16 +2999,6 @@ const HK = { spoiler: "210 Geo: Iselda, acquire Mothwing Cloak", wiki: "Iselda#Map_Pins" }, - hasPinGuardian: { - name: "Map Pin: Dreamers", - spoiler: "Resting Grounds: Inspect the shrine", - wiki: "Dreamers" - }, - hasPinBlackEgg: { - name: "Map Pin: Temple of the Black Egg", - spoiler: "City of Tears: Inspect fountain", - wiki: "Temple_of_the_Black_Egg" - }, hasPinGrub: { name: "Collector's Map", spoiler: "Kingdom's Edge: Tower of Love, Love Key", @@ -2966,36 +3024,11 @@ const HK = { spoiler: "Divine: Fragile Strength + 15000 Geo", wiki: "Divine#Unbreakable_Charms" }, - bankerAccountPurchased: { - name: "Opened Bank Account", - spoiler: "100 Geo: Fog Canyon: Millibelle the Banker", - wiki: "Millibelle" - }, bankerBalance: { name: "Bank Account Balance", spoiler: "Fog Canyon: Millibelle the Banker", wiki: "Millibelle" }, - millibelleLeft: { - name: "Banker Disappeared", - spoiler: "Fog Canyon: Millibelle the Banker", - wiki: "Millibelle" - }, - millibelleCheckedStand: { - name: "Investigated Banker Stand", - spoiler: "Fog Canyon: Millibelle the Banker", - wiki: "Millibelle" - }, - bankerSpaMet: { - name: "Found & Talked to Millibelle", - spoiler: "City of Tears: Hot Springs, Simple Key", - wiki: "Millibelle" - }, - millibelleReclaimedAllGeo: { - name: "Reclaimed All Geo", - spoiler: "City of Tears: Hot Springs, Millibelle the Thief", - wiki: "Millibelle" - }, grimmTentSecretRoom: { name: "Grimm's Tent: Secret Room", spoiler: "Dirtmouth: inside Grimm's Tent", @@ -3063,31 +3096,6 @@ const HK = { #53 Breakable Wall Waterways 🗺️ Palace Spike Drop ⌨️ White_Palace_12 #54 Break Floor 1 🗺️ Palace Spike Drop ⌨️ White_Palace_12 */ - elderbugGaveFlower: { - name: "Delicate Flower: Elderbug", - spoiler: "Deliver from Traitor's Child Grave", - wiki: "Delicate_Flower#List_of_Possible_Recipients" - }, - givenGodseekerFlower: { - name: "Delicate Flower: Godseeker", - spoiler: "Possible after completing 2 Pantheons", - wiki: "Delicate_Flower#List_of_Possible_Recipients" - }, - givenOroFlower: { - name: "Delicate Flower: Nailmaster Oro", - spoiler: "D. from Traitor's Child Grave", - wiki: "Delicate_Flower#List_of_Possible_Recipients" - }, - givenWhiteLadyFlower: { - name: "Delicate Flower: White Lady", - spoiler: "Deliver from Traitor's Child Grave", - wiki: "Delicate_Flower#List_of_Possible_Recipients" - }, - givenEmilitiaFlower: { - name: "Delicate Flower: Emilitia", - spoiler: "Deliver from Traitor's Child Grave", - wiki: "Delicate_Flower#List_of_Possible_Recipients" - }, whiteDefenderDefeats: { name: "White Defender Times Defeated", spoiler: "Royal Waterways (5 max)",