boss added to hall of gods

This commit is contained in:
ReznoRMichael 2021-08-05 19:06:15 +02:00
parent 8fea72ff87
commit d20c8476c8
3 changed files with 57 additions and 1 deletions

View file

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

View file

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