boss added to hall of gods
This commit is contained in:
parent
b8889704ba
commit
cae0393d65
3 changed files with 57 additions and 1 deletions
28
build/app.js
28
build/app.js
|
|
@ -6926,6 +6926,34 @@ var HK = {
|
|||
id: "LostKin",
|
||||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#Lost_Kin"
|
||||
},
|
||||
NoskUnlocked: {
|
||||
name: "Nosk: Unlocked",
|
||||
spoiler: "I wait patiently in a dark nest of predators",
|
||||
id: "Nosk",
|
||||
check: "isUnlocked",
|
||||
wiki: "Hall_of_Gods#Nosk"
|
||||
},
|
||||
NoskAttuned: {
|
||||
name: "Nosk: Attuned",
|
||||
spoiler: "Everchanging god of the faceless",
|
||||
id: "Nosk",
|
||||
check: "completedTier1",
|
||||
wiki: "Hall_of_Gods#Nosk"
|
||||
},
|
||||
NoskAscended: {
|
||||
name: "Nosk: Ascended",
|
||||
spoiler: "Everchanging god of the faceless",
|
||||
id: "Nosk",
|
||||
check: "completedTier2",
|
||||
wiki: "Hall_of_Gods#Nosk"
|
||||
},
|
||||
NoskRadiant: {
|
||||
name: "Nosk: Radiant",
|
||||
spoiler: "Everchanging god of the faceless",
|
||||
id: "Nosk",
|
||||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#Nosk"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -3791,6 +3791,34 @@ const HK = {
|
|||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#Lost_Kin"
|
||||
},
|
||||
NoskUnlocked: {
|
||||
name: "Nosk: Unlocked",
|
||||
spoiler: "I wait patiently in a dark nest of predators",
|
||||
id: "Nosk",
|
||||
check: "isUnlocked",
|
||||
wiki: "Hall_of_Gods#Nosk"
|
||||
},
|
||||
NoskAttuned: {
|
||||
name: "Nosk: Attuned",
|
||||
spoiler: "Everchanging god of the faceless",
|
||||
id: "Nosk",
|
||||
check: "completedTier1",
|
||||
wiki: "Hall_of_Gods#Nosk"
|
||||
},
|
||||
NoskAscended: {
|
||||
name: "Nosk: Ascended",
|
||||
spoiler: "Everchanging god of the faceless",
|
||||
id: "Nosk",
|
||||
check: "completedTier2",
|
||||
wiki: "Hall_of_Gods#Nosk"
|
||||
},
|
||||
NoskRadiant: {
|
||||
name: "Nosk: Radiant",
|
||||
spoiler: "Everchanging god of the faceless",
|
||||
id: "Nosk",
|
||||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#Nosk"
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue