boss added to hall of gods
This commit is contained in:
parent
1f2a3862b9
commit
f904a0ce09
3 changed files with 57 additions and 1 deletions
28
build/app.js
28
build/app.js
|
|
@ -7570,6 +7570,34 @@ var HK = {
|
||||||
id: "Nailmasters",
|
id: "Nailmasters",
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#Oro_.26_Mato"
|
wiki: "Hall_of_Gods#Oro_.26_Mato"
|
||||||
|
},
|
||||||
|
PaintmasterUnlocked: {
|
||||||
|
name: "Paintmaster Sheo: Unlocked",
|
||||||
|
spoiler: "Together, we stand at a Pantheon's peak",
|
||||||
|
id: "Paintmaster",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#Paintmaster_Sheo"
|
||||||
|
},
|
||||||
|
PaintmasterAttuned: {
|
||||||
|
name: "Paintmaster Sheo: Attuned",
|
||||||
|
spoiler: "Loyal brother gods of the nail",
|
||||||
|
id: "Paintmaster",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#Paintmaster_Sheo"
|
||||||
|
},
|
||||||
|
PaintmasterAscended: {
|
||||||
|
name: "Paintmaster Sheo: Ascended",
|
||||||
|
spoiler: "Loyal brother gods of the nail",
|
||||||
|
id: "Paintmaster",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#Paintmaster_Sheo"
|
||||||
|
},
|
||||||
|
PaintmasterRadiant: {
|
||||||
|
name: "Paintmaster Sheo: Radiant",
|
||||||
|
spoiler: "Loyal brother gods of the nail",
|
||||||
|
id: "Paintmaster",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#Paintmaster_Sheo"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -4435,6 +4435,34 @@ const HK = {
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#Oro_.26_Mato"
|
wiki: "Hall_of_Gods#Oro_.26_Mato"
|
||||||
},
|
},
|
||||||
|
PaintmasterUnlocked: {
|
||||||
|
name: "Paintmaster Sheo: Unlocked",
|
||||||
|
spoiler: "Together, we stand at a Pantheon's peak",
|
||||||
|
id: "Paintmaster",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#Paintmaster_Sheo"
|
||||||
|
},
|
||||||
|
PaintmasterAttuned: {
|
||||||
|
name: "Paintmaster Sheo: Attuned",
|
||||||
|
spoiler: "Loyal brother gods of the nail",
|
||||||
|
id: "Paintmaster",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#Paintmaster_Sheo"
|
||||||
|
},
|
||||||
|
PaintmasterAscended: {
|
||||||
|
name: "Paintmaster Sheo: Ascended",
|
||||||
|
spoiler: "Loyal brother gods of the nail",
|
||||||
|
id: "Paintmaster",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#Paintmaster_Sheo"
|
||||||
|
},
|
||||||
|
PaintmasterRadiant: {
|
||||||
|
name: "Paintmaster Sheo: Radiant",
|
||||||
|
spoiler: "Loyal brother gods of the nail",
|
||||||
|
id: "Paintmaster",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#Paintmaster_Sheo"
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue