boss added to hall of gods
This commit is contained in:
parent
ea648618ce
commit
1db9e3994a
3 changed files with 57 additions and 1 deletions
28
build/app.js
28
build/app.js
|
|
@ -7234,6 +7234,34 @@ var HK = {
|
||||||
id: "SoulMaster",
|
id: "SoulMaster",
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#Soul_Master"
|
wiki: "Hall_of_Gods#Soul_Master"
|
||||||
|
},
|
||||||
|
SoulTyrantUnlocked: {
|
||||||
|
name: "Soul Tyrant: Unlocked",
|
||||||
|
spoiler: "Frenzied god of mortality",
|
||||||
|
id: "SoulTyrant",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#Soul_Tyrant"
|
||||||
|
},
|
||||||
|
SoulTyrantAttuned: {
|
||||||
|
name: "Soul Tyrant: Attuned",
|
||||||
|
spoiler: "Frenzied god of mortality",
|
||||||
|
id: "SoulTyrant",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#Soul_Tyrant"
|
||||||
|
},
|
||||||
|
SoulTyrantAscended: {
|
||||||
|
name: "Soul Tyrant: Ascended",
|
||||||
|
spoiler: "Frenzied god of mortality",
|
||||||
|
id: "SoulTyrant",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#Soul_Tyrant"
|
||||||
|
},
|
||||||
|
SoulTyrantRadiant: {
|
||||||
|
name: "Soul Tyrant: Radiant",
|
||||||
|
spoiler: "Frenzied god of mortality",
|
||||||
|
id: "SoulTyrant",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#Soul_Tyrant"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -4099,6 +4099,34 @@ const HK = {
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#Soul_Master"
|
wiki: "Hall_of_Gods#Soul_Master"
|
||||||
},
|
},
|
||||||
|
SoulTyrantUnlocked: {
|
||||||
|
name: "Soul Tyrant: Unlocked",
|
||||||
|
spoiler: "Frenzied god of mortality",
|
||||||
|
id: "SoulTyrant",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#Soul_Tyrant"
|
||||||
|
},
|
||||||
|
SoulTyrantAttuned: {
|
||||||
|
name: "Soul Tyrant: Attuned",
|
||||||
|
spoiler: "Frenzied god of mortality",
|
||||||
|
id: "SoulTyrant",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#Soul_Tyrant"
|
||||||
|
},
|
||||||
|
SoulTyrantAscended: {
|
||||||
|
name: "Soul Tyrant: Ascended",
|
||||||
|
spoiler: "Frenzied god of mortality",
|
||||||
|
id: "SoulTyrant",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#Soul_Tyrant"
|
||||||
|
},
|
||||||
|
SoulTyrantRadiant: {
|
||||||
|
name: "Soul Tyrant: Radiant",
|
||||||
|
spoiler: "Frenzied god of mortality",
|
||||||
|
id: "SoulTyrant",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#Soul_Tyrant"
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue