boss added to hall of gods
This commit is contained in:
parent
8cd472d21f
commit
00521db798
3 changed files with 57 additions and 1 deletions
28
build/app.js
28
build/app.js
|
|
@ -7094,6 +7094,34 @@ var HK = {
|
||||||
id: "CrystalGuardian2",
|
id: "CrystalGuardian2",
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#Enraged_Guardian"
|
wiki: "Hall_of_Gods#Enraged_Guardian"
|
||||||
|
},
|
||||||
|
UumuuUnlocked: {
|
||||||
|
name: "Uumuu: Unlocked",
|
||||||
|
spoiler: "I sleep submerged in the depths of the archive",
|
||||||
|
id: "Uumuu",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#Uumuu"
|
||||||
|
},
|
||||||
|
UumuuAttuned: {
|
||||||
|
name: "Uumuu: Attuned",
|
||||||
|
spoiler: "Uncanny god of knowledge",
|
||||||
|
id: "Uumuu",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#Uumuu"
|
||||||
|
},
|
||||||
|
UumuuAscended: {
|
||||||
|
name: "Uumuu: Ascended",
|
||||||
|
spoiler: "Uncanny god of knowledge",
|
||||||
|
id: "Uumuu",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#Uumuu"
|
||||||
|
},
|
||||||
|
UumuuRadiant: {
|
||||||
|
name: "Uumuu: Radiant",
|
||||||
|
spoiler: "Uncanny god of knowledge",
|
||||||
|
id: "Uumuu",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#Uumuu"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -3959,6 +3959,34 @@ const HK = {
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#Enraged_Guardian"
|
wiki: "Hall_of_Gods#Enraged_Guardian"
|
||||||
},
|
},
|
||||||
|
UumuuUnlocked: {
|
||||||
|
name: "Uumuu: Unlocked",
|
||||||
|
spoiler: "I sleep submerged in the depths of the archive",
|
||||||
|
id: "Uumuu",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#Uumuu"
|
||||||
|
},
|
||||||
|
UumuuAttuned: {
|
||||||
|
name: "Uumuu: Attuned",
|
||||||
|
spoiler: "Uncanny god of knowledge",
|
||||||
|
id: "Uumuu",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#Uumuu"
|
||||||
|
},
|
||||||
|
UumuuAscended: {
|
||||||
|
name: "Uumuu: Ascended",
|
||||||
|
spoiler: "Uncanny god of knowledge",
|
||||||
|
id: "Uumuu",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#Uumuu"
|
||||||
|
},
|
||||||
|
UumuuRadiant: {
|
||||||
|
name: "Uumuu: Radiant",
|
||||||
|
spoiler: "Uncanny god of knowledge",
|
||||||
|
id: "Uumuu",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#Uumuu"
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue