boss added to hall of gods

This commit is contained in:
ReznoRMichael 2021-08-05 22:25:58 +02:00
parent 8cd472d21f
commit 00521db798
3 changed files with 57 additions and 1 deletions

View file

@ -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

View file

@ -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"
},
}, },
} }