From ea780cbd8c6e49dbde9db8bded9abe09fefbce58 Mon Sep 17 00:00:00 2001 From: ReznoRMichael Date: Thu, 5 Aug 2021 10:33:09 +0200 Subject: [PATCH] add Hall of Gods to database --- src/js/hk-database.js | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/js/hk-database.js b/src/js/hk-database.js index 1a90886..0a3a5e3 100644 --- a/src/js/hk-database.js +++ b/src/js/hk-database.js @@ -3361,7 +3361,33 @@ const HK = { wiki: "Pantheons" }, }, + }, + + /* ################################################### Hall of Gods ############################################################# */ + + hallOfGods: { + h2: "Hall of Gods", + id: "hk-hall-of-gods", + property: "statueState", + description: "Bottom of Godhome. Detecting what bosses have been seen, unlocked and defeated on all three difficulty levels: Attuned, Ascended and Radiant.", + entries: { + statueStateGruzMother: { + name: "P1 Gruz Mother", + nameDefault: "P1 Gruz Mother", + nameSeen: "P1 Gruz Mother: Seen", + nameUnlocked: "P1 Gruz Mother: Unlocked", + nameAttuned: "P1 Gruz Mother: Attuned", + nameAscended: "P1 Gruz Mother: Ascended", + nameRadiant: "P1 Gruz Mother: Radiant", + spoiler: "I sleep amongst winding roads", + spoilerDefault: "I sleep amongst winding roads", + spoilerSeen: "Slumbering god of fertility", + wiki: "Hall_of_Gods#Gruz_Mother" + }, + }, } + + }, };