boss added to hall of gods

This commit is contained in:
ReznoRMichael 2021-08-06 00:01:27 +02:00
parent 8ba3235a7d
commit 7b386affaa
3 changed files with 57 additions and 1 deletions

View file

@ -7682,6 +7682,34 @@ var HK = {
id: "Grimm",
check: "completedTier3",
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

View file

@ -4547,6 +4547,34 @@ const HK = {
check: "completedTier3",
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"
},
},
}