add Hall of Gods to database
This commit is contained in:
parent
9d6aaa0e8b
commit
ea780cbd8c
1 changed files with 26 additions and 0 deletions
|
|
@ -3361,7 +3361,33 @@ const HK = {
|
||||||
wiki: "Pantheons"
|
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"
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue