boss added to hall of gods

This commit is contained in:
ReznoRMichael 2021-08-05 23:46:31 +02:00
parent 1e53a39f81
commit 1f2a3862b9
3 changed files with 57 additions and 1 deletions

View file

@ -7542,6 +7542,34 @@ var HK = {
id: "ElderHu", id: "ElderHu",
check: "completedTier3", check: "completedTier3",
wiki: "Hall_of_Gods#Elder_Hu" wiki: "Hall_of_Gods#Elder_Hu"
},
NailmastersUnlocked: {
name: "Oro & Mato: Unlocked",
spoiler: "Together, we stand at a Pantheon's peak",
id: "Nailmasters",
check: "isUnlocked",
wiki: "Hall_of_Gods#Oro_.26_Mato"
},
NailmastersAttuned: {
name: "Oro & Mato: Attuned",
spoiler: "Loyal brother gods of the nail",
id: "Nailmasters",
check: "completedTier1",
wiki: "Hall_of_Gods#Oro_.26_Mato"
},
NailmastersAscended: {
name: "Oro & Mato: Ascended",
spoiler: "Loyal brother gods of the nail",
id: "Nailmasters",
check: "completedTier2",
wiki: "Hall_of_Gods#Oro_.26_Mato"
},
NailmastersRadiant: {
name: "Oro & Mato: Radiant",
spoiler: "Loyal brother gods of the nail",
id: "Nailmasters",
check: "completedTier3",
wiki: "Hall_of_Gods#Oro_.26_Mato"
} }
} }
} }

File diff suppressed because one or more lines are too long

View file

@ -4407,6 +4407,34 @@ const HK = {
check: "completedTier3", check: "completedTier3",
wiki: "Hall_of_Gods#Elder_Hu" wiki: "Hall_of_Gods#Elder_Hu"
}, },
NailmastersUnlocked: {
name: "Oro & Mato: Unlocked",
spoiler: "Together, we stand at a Pantheon's peak",
id: "Nailmasters",
check: "isUnlocked",
wiki: "Hall_of_Gods#Oro_.26_Mato"
},
NailmastersAttuned: {
name: "Oro & Mato: Attuned",
spoiler: "Loyal brother gods of the nail",
id: "Nailmasters",
check: "completedTier1",
wiki: "Hall_of_Gods#Oro_.26_Mato"
},
NailmastersAscended: {
name: "Oro & Mato: Ascended",
spoiler: "Loyal brother gods of the nail",
id: "Nailmasters",
check: "completedTier2",
wiki: "Hall_of_Gods#Oro_.26_Mato"
},
NailmastersRadiant: {
name: "Oro & Mato: Radiant",
spoiler: "Loyal brother gods of the nail",
id: "Nailmasters",
check: "completedTier3",
wiki: "Hall_of_Gods#Oro_.26_Mato"
},
}, },
} }