boss added to hall of gods
This commit is contained in:
parent
412bd2825c
commit
55fbe34d77
3 changed files with 57 additions and 1 deletions
28
build/app.js
28
build/app.js
|
|
@ -6982,6 +6982,34 @@ var HK = {
|
||||||
id: "NoskHornet",
|
id: "NoskHornet",
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#Winged_Nosk"
|
wiki: "Hall_of_Gods#Winged_Nosk"
|
||||||
|
},
|
||||||
|
CollectorUnlocked: {
|
||||||
|
name: "The Collector: Unlocked",
|
||||||
|
spoiler: "I lurk at the peak of a forsaken tower",
|
||||||
|
id: "Collector",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#The_Collector"
|
||||||
|
},
|
||||||
|
CollectorAttuned: {
|
||||||
|
name: "The Collector: Attuned",
|
||||||
|
spoiler: "Joyful god of protection",
|
||||||
|
id: "Collector",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#The_Collector"
|
||||||
|
},
|
||||||
|
CollectorAscended: {
|
||||||
|
name: "The Collector: Ascended",
|
||||||
|
spoiler: "Joyful god of protection",
|
||||||
|
id: "Collector",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#The_Collector"
|
||||||
|
},
|
||||||
|
CollectorRadiant: {
|
||||||
|
name: "The Collector: Radiant",
|
||||||
|
spoiler: "Joyful god of protection",
|
||||||
|
id: "Collector",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#The_Collector"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -3847,6 +3847,34 @@ const HK = {
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#Winged_Nosk"
|
wiki: "Hall_of_Gods#Winged_Nosk"
|
||||||
},
|
},
|
||||||
|
CollectorUnlocked: {
|
||||||
|
name: "The Collector: Unlocked",
|
||||||
|
spoiler: "I lurk at the peak of a forsaken tower",
|
||||||
|
id: "Collector",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#The_Collector"
|
||||||
|
},
|
||||||
|
CollectorAttuned: {
|
||||||
|
name: "The Collector: Attuned",
|
||||||
|
spoiler: "Joyful god of protection",
|
||||||
|
id: "Collector",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#The_Collector"
|
||||||
|
},
|
||||||
|
CollectorAscended: {
|
||||||
|
name: "The Collector: Ascended",
|
||||||
|
spoiler: "Joyful god of protection",
|
||||||
|
id: "Collector",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#The_Collector"
|
||||||
|
},
|
||||||
|
CollectorRadiant: {
|
||||||
|
name: "The Collector: Radiant",
|
||||||
|
spoiler: "Joyful god of protection",
|
||||||
|
id: "Collector",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#The_Collector"
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue