boss added to hall of gods
This commit is contained in:
parent
8fea72ff87
commit
d20c8476c8
3 changed files with 57 additions and 1 deletions
28
build/app.js
28
build/app.js
|
|
@ -6814,6 +6814,34 @@ var HK = {
|
||||||
id: "MantisLordsExtra",
|
id: "MantisLordsExtra",
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#Sisters_of_Battle"
|
wiki: "Hall_of_Gods#Sisters_of_Battle"
|
||||||
|
},
|
||||||
|
OblobblesUnlocked: {
|
||||||
|
name: "Oblobbles: Unlocked",
|
||||||
|
spoiler: "Together we are chained in a strange colosseum",
|
||||||
|
id: "Oblobbles",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#Oblobbles"
|
||||||
|
},
|
||||||
|
OblobblesAttuned: {
|
||||||
|
name: "Oblobbles: Attuned",
|
||||||
|
spoiler: "Lover gods of faith and devotion",
|
||||||
|
id: "Oblobbles",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#Oblobbles"
|
||||||
|
},
|
||||||
|
OblobblesAscended: {
|
||||||
|
name: "Oblobbles: Ascended",
|
||||||
|
spoiler: "Lover gods of faith and devotion",
|
||||||
|
id: "Oblobbles",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#Oblobbles"
|
||||||
|
},
|
||||||
|
OblobblesRadiant: {
|
||||||
|
name: "Oblobbles: Radiant",
|
||||||
|
spoiler: "Lover gods of faith and devotion",
|
||||||
|
id: "Oblobbles",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#Oblobbles"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -3679,6 +3679,34 @@ const HK = {
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#Sisters_of_Battle"
|
wiki: "Hall_of_Gods#Sisters_of_Battle"
|
||||||
},
|
},
|
||||||
|
OblobblesUnlocked: {
|
||||||
|
name: "Oblobbles: Unlocked",
|
||||||
|
spoiler: "Together we are chained in a strange colosseum",
|
||||||
|
id: "Oblobbles",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#Oblobbles"
|
||||||
|
},
|
||||||
|
OblobblesAttuned: {
|
||||||
|
name: "Oblobbles: Attuned",
|
||||||
|
spoiler: "Lover gods of faith and devotion",
|
||||||
|
id: "Oblobbles",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#Oblobbles"
|
||||||
|
},
|
||||||
|
OblobblesAscended: {
|
||||||
|
name: "Oblobbles: Ascended",
|
||||||
|
spoiler: "Lover gods of faith and devotion",
|
||||||
|
id: "Oblobbles",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#Oblobbles"
|
||||||
|
},
|
||||||
|
OblobblesRadiant: {
|
||||||
|
name: "Oblobbles: Radiant",
|
||||||
|
spoiler: "Lover gods of faith and devotion",
|
||||||
|
id: "Oblobbles",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#Oblobbles"
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue