boss added to hall of gods
This commit is contained in:
parent
7b386affaa
commit
11a125010d
3 changed files with 57 additions and 1 deletions
28
build/app.js
28
build/app.js
|
|
@ -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
|
|
@ -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"
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue