add Hall of Gods to database

This commit is contained in:
ReznoRMichael 2021-08-05 10:33:09 +02:00
parent 9d6aaa0e8b
commit ea780cbd8c

View file

@ -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"
},
},
}
},
};