boss added to hall of gods

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

View file

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

View file

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