boss added to hall of gods
This commit is contained in:
parent
0284d4eaed
commit
3c7cab05dc
3 changed files with 57 additions and 1 deletions
28
build/app.js
28
build/app.js
|
|
@ -6730,6 +6730,34 @@ var HK = {
|
||||||
id: "MegaMossCharger",
|
id: "MegaMossCharger",
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#Massive_Moss_Charger"
|
wiki: "Hall_of_Gods#Massive_Moss_Charger"
|
||||||
|
},
|
||||||
|
MantisLordsUnlocked: {
|
||||||
|
name: "Mantis Lords: Unlocked",
|
||||||
|
spoiler: "We watch over a village of warriors",
|
||||||
|
id: "MantisLords",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#Mantis_Lords"
|
||||||
|
},
|
||||||
|
MantisLordsAttuned: {
|
||||||
|
name: "Mantis Lords: Attuned",
|
||||||
|
spoiler: "Noble sister gods of combat",
|
||||||
|
id: "MantisLords",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#Mantis_Lords"
|
||||||
|
},
|
||||||
|
MantisLordsAscended: {
|
||||||
|
name: "Mantis Lords: Ascended",
|
||||||
|
spoiler: "Noble sister gods of combat",
|
||||||
|
id: "MantisLords",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#Mantis_Lords"
|
||||||
|
},
|
||||||
|
MantisLordsRadiant: {
|
||||||
|
name: "Mantis Lords: Radiant",
|
||||||
|
spoiler: "Noble sister gods of combat",
|
||||||
|
id: "MantisLords",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#Mantis_Lords"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -3595,6 +3595,34 @@ const HK = {
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#Massive_Moss_Charger"
|
wiki: "Hall_of_Gods#Massive_Moss_Charger"
|
||||||
},
|
},
|
||||||
|
MantisLordsUnlocked: {
|
||||||
|
name: "Mantis Lords: Unlocked",
|
||||||
|
spoiler: "We watch over a village of warriors",
|
||||||
|
id: "MantisLords",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#Mantis_Lords"
|
||||||
|
},
|
||||||
|
MantisLordsAttuned: {
|
||||||
|
name: "Mantis Lords: Attuned",
|
||||||
|
spoiler: "Noble sister gods of combat",
|
||||||
|
id: "MantisLords",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#Mantis_Lords"
|
||||||
|
},
|
||||||
|
MantisLordsAscended: {
|
||||||
|
name: "Mantis Lords: Ascended",
|
||||||
|
spoiler: "Noble sister gods of combat",
|
||||||
|
id: "MantisLords",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#Mantis_Lords"
|
||||||
|
},
|
||||||
|
MantisLordsRadiant: {
|
||||||
|
name: "Mantis Lords: Radiant",
|
||||||
|
spoiler: "Noble sister gods of combat",
|
||||||
|
id: "MantisLords",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#Mantis_Lords"
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue