boss added to hall of gods
This commit is contained in:
parent
cae0393d65
commit
412bd2825c
3 changed files with 57 additions and 1 deletions
28
build/app.js
28
build/app.js
|
|
@ -6954,6 +6954,34 @@ var HK = {
|
||||||
id: "Nosk",
|
id: "Nosk",
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#Nosk"
|
wiki: "Hall_of_Gods#Nosk"
|
||||||
|
},
|
||||||
|
NoskHornetUnlocked: {
|
||||||
|
name: "Winged Nosk: Unlocked",
|
||||||
|
spoiler: "Deceptive god assuming a protector's form",
|
||||||
|
id: "NoskHornet",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#Winged_Nosk"
|
||||||
|
},
|
||||||
|
NoskHornetAttuned: {
|
||||||
|
name: "Winged Nosk: Attuned",
|
||||||
|
spoiler: "Deceptive god assuming a protector's form",
|
||||||
|
id: "NoskHornet",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#Winged_Nosk"
|
||||||
|
},
|
||||||
|
NoskHornetAscended: {
|
||||||
|
name: "Winged Nosk: Ascended",
|
||||||
|
spoiler: "Deceptive god assuming a protector's form",
|
||||||
|
id: "NoskHornet",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#Winged_Nosk"
|
||||||
|
},
|
||||||
|
NoskHornetRadiant: {
|
||||||
|
name: "Winged Nosk: Radiant",
|
||||||
|
spoiler: "Deceptive god assuming a protector's form",
|
||||||
|
id: "NoskHornet",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#Winged_Nosk"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -3819,6 +3819,34 @@ const HK = {
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#Nosk"
|
wiki: "Hall_of_Gods#Nosk"
|
||||||
},
|
},
|
||||||
|
NoskHornetUnlocked: {
|
||||||
|
name: "Winged Nosk: Unlocked",
|
||||||
|
spoiler: "Deceptive god assuming a protector's form",
|
||||||
|
id: "NoskHornet",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#Winged_Nosk"
|
||||||
|
},
|
||||||
|
NoskHornetAttuned: {
|
||||||
|
name: "Winged Nosk: Attuned",
|
||||||
|
spoiler: "Deceptive god assuming a protector's form",
|
||||||
|
id: "NoskHornet",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#Winged_Nosk"
|
||||||
|
},
|
||||||
|
NoskHornetAscended: {
|
||||||
|
name: "Winged Nosk: Ascended",
|
||||||
|
spoiler: "Deceptive god assuming a protector's form",
|
||||||
|
id: "NoskHornet",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#Winged_Nosk"
|
||||||
|
},
|
||||||
|
NoskHornetRadiant: {
|
||||||
|
name: "Winged Nosk: Radiant",
|
||||||
|
spoiler: "Deceptive god assuming a protector's form",
|
||||||
|
id: "NoskHornet",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#Winged_Nosk"
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue