boss added to hall of gods

This commit is contained in:
ReznoRMichael 2021-08-06 00:04:04 +02:00
parent 7b386affaa
commit 11a125010d
3 changed files with 57 additions and 1 deletions

View file

@ -7710,6 +7710,34 @@ var HK = {
id: "NightmareGrimm",
check: "completedTier3",
wiki: "Hall_of_Gods#Nightmare_King"
},
RadianceUnlocked: {
name: "Radiance: Unlocked",
spoiler: "Forgotten god of light",
id: "Radiance",
check: "isUnlocked",
wiki: "Hall_of_Gods#Radiance"
},
RadianceAttuned: {
name: "Radiance: Attuned",
spoiler: "Forgotten god of light",
id: "Radiance",
check: "completedTier1",
wiki: "Hall_of_Gods#Radiance"
},
RadianceAscended: {
name: "Radiance: Ascended",
spoiler: "Forgotten god of light",
id: "Radiance",
check: "completedTier2",
wiki: "Hall_of_Gods#Radiance"
},
RadianceRadiant: {
name: "Radiance: Radiant",
spoiler: "Forgotten god of light",
id: "Radiance",
check: "completedTier3",
wiki: "Hall_of_Gods#Radiance"
}
}
}

File diff suppressed because one or more lines are too long

View file

@ -4575,6 +4575,34 @@ const HK = {
check: "completedTier3",
wiki: "Hall_of_Gods#Nightmare_King"
},
RadianceUnlocked: {
name: "Radiance: Unlocked",
spoiler: "Forgotten god of light",
id: "Radiance",
check: "isUnlocked",
wiki: "Hall_of_Gods#Radiance"
},
RadianceAttuned: {
name: "Radiance: Attuned",
spoiler: "Forgotten god of light",
id: "Radiance",
check: "completedTier1",
wiki: "Hall_of_Gods#Radiance"
},
RadianceAscended: {
name: "Radiance: Ascended",
spoiler: "Forgotten god of light",
id: "Radiance",
check: "completedTier2",
wiki: "Hall_of_Gods#Radiance"
},
RadianceRadiant: {
name: "Radiance: Radiant",
spoiler: "Forgotten god of light",
id: "Radiance",
check: "completedTier3",
wiki: "Hall_of_Gods#Radiance"
},
},
}