boss added to hall of gods
This commit is contained in:
parent
8ba3235a7d
commit
7b386affaa
3 changed files with 57 additions and 1 deletions
28
build/app.js
28
build/app.js
|
|
@ -7682,6 +7682,34 @@ var HK = {
|
||||||
id: "Grimm",
|
id: "Grimm",
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#Grimm"
|
wiki: "Hall_of_Gods#Grimm"
|
||||||
|
},
|
||||||
|
NightmareGrimmUnlocked: {
|
||||||
|
name: "Nightmare King: Unlocked",
|
||||||
|
spoiler: "God of nightmares",
|
||||||
|
id: "NightmareGrimm",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#Nightmare_King"
|
||||||
|
},
|
||||||
|
NightmareGrimmAttuned: {
|
||||||
|
name: "Nightmare King: Attuned",
|
||||||
|
spoiler: "God of nightmares",
|
||||||
|
id: "NightmareGrimm",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#Nightmare_King"
|
||||||
|
},
|
||||||
|
NightmareGrimmAscended: {
|
||||||
|
name: "Nightmare King: Ascended",
|
||||||
|
spoiler: "God of nightmares",
|
||||||
|
id: "NightmareGrimm",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#Nightmare_King"
|
||||||
|
},
|
||||||
|
NightmareGrimmRadiant: {
|
||||||
|
name: "Nightmare King: Radiant",
|
||||||
|
spoiler: "God of nightmares",
|
||||||
|
id: "NightmareGrimm",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#Nightmare_King"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -4547,6 +4547,34 @@ const HK = {
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#Grimm"
|
wiki: "Hall_of_Gods#Grimm"
|
||||||
},
|
},
|
||||||
|
NightmareGrimmUnlocked: {
|
||||||
|
name: "Nightmare King: Unlocked",
|
||||||
|
spoiler: "God of nightmares",
|
||||||
|
id: "NightmareGrimm",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#Nightmare_King"
|
||||||
|
},
|
||||||
|
NightmareGrimmAttuned: {
|
||||||
|
name: "Nightmare King: Attuned",
|
||||||
|
spoiler: "God of nightmares",
|
||||||
|
id: "NightmareGrimm",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#Nightmare_King"
|
||||||
|
},
|
||||||
|
NightmareGrimmAscended: {
|
||||||
|
name: "Nightmare King: Ascended",
|
||||||
|
spoiler: "God of nightmares",
|
||||||
|
id: "NightmareGrimm",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#Nightmare_King"
|
||||||
|
},
|
||||||
|
NightmareGrimmRadiant: {
|
||||||
|
name: "Nightmare King: Radiant",
|
||||||
|
spoiler: "God of nightmares",
|
||||||
|
id: "NightmareGrimm",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#Nightmare_King"
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue