boss added to hall of gods

This commit is contained in:
ReznoRMichael 2021-08-05 20:21:08 +02:00
parent b8889704ba
commit cae0393d65
3 changed files with 57 additions and 1 deletions

View file

@ -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

View file

@ -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"
},
},
}