boss added to hall of gods

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

View file

@ -6786,6 +6786,34 @@ var HK = {
id: "MantisLords", id: "MantisLords",
check: "completedTier3", check: "completedTier3",
wiki: "Hall_of_Gods#Mantis_Lords" wiki: "Hall_of_Gods#Mantis_Lords"
},
MantisLordsExtraUnlocked: {
name: "Sisters of Battle: Unlocked",
spoiler: "Revered gods of a proud tribe",
id: "MantisLordsExtra",
check: "isUnlocked",
wiki: "Hall_of_Gods#Sisters_of_Battle"
},
MantisLordsExtraAttuned: {
name: "Sisters of Battle: Attuned",
spoiler: "Revered gods of a proud tribe",
id: "MantisLordsExtra",
check: "completedTier1",
wiki: "Hall_of_Gods#Sisters_of_Battle"
},
MantisLordsExtraAscended: {
name: "Sisters of Battle: Ascended",
spoiler: "Revered gods of a proud tribe",
id: "MantisLordsExtra",
check: "completedTier2",
wiki: "Hall_of_Gods#Sisters_of_Battle"
},
MantisLordsExtraRadiant: {
name: "Sisters of Battle: Radiant",
spoiler: "Revered gods of a proud tribe",
id: "MantisLordsExtra",
check: "completedTier3",
wiki: "Hall_of_Gods#Sisters_of_Battle"
} }
} }
} }

File diff suppressed because one or more lines are too long

View file

@ -3651,6 +3651,34 @@ const HK = {
check: "completedTier3", check: "completedTier3",
wiki: "Hall_of_Gods#Mantis_Lords" wiki: "Hall_of_Gods#Mantis_Lords"
}, },
MantisLordsExtraUnlocked: {
name: "Sisters of Battle: Unlocked",
spoiler: "Revered gods of a proud tribe",
id: "MantisLordsExtra",
check: "isUnlocked",
wiki: "Hall_of_Gods#Sisters_of_Battle"
},
MantisLordsExtraAttuned: {
name: "Sisters of Battle: Attuned",
spoiler: "Revered gods of a proud tribe",
id: "MantisLordsExtra",
check: "completedTier1",
wiki: "Hall_of_Gods#Sisters_of_Battle"
},
MantisLordsExtraAscended: {
name: "Sisters of Battle: Ascended",
spoiler: "Revered gods of a proud tribe",
id: "MantisLordsExtra",
check: "completedTier2",
wiki: "Hall_of_Gods#Sisters_of_Battle"
},
MantisLordsExtraRadiant: {
name: "Sisters of Battle: Radiant",
spoiler: "Revered gods of a proud tribe",
id: "MantisLordsExtra",
check: "completedTier3",
wiki: "Hall_of_Gods#Sisters_of_Battle"
},
}, },
} }