boss added to hall of gods
This commit is contained in:
parent
b711d2babd
commit
deb90624a8
3 changed files with 57 additions and 1 deletions
28
build/app.js
28
build/app.js
|
|
@ -7178,6 +7178,34 @@ var HK = {
|
||||||
id: "GreyPrince",
|
id: "GreyPrince",
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#Grey_Prince_Zote"
|
wiki: "Hall_of_Gods#Grey_Prince_Zote"
|
||||||
|
},
|
||||||
|
MageKnightUnlocked: {
|
||||||
|
name: "Soul Warrior: Unlocked",
|
||||||
|
spoiler: "I haunt the halls of a sanctum",
|
||||||
|
id: "MageKnight",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#Soul_Warrior"
|
||||||
|
},
|
||||||
|
MageKnightAttuned: {
|
||||||
|
name: "Soul Warrior: Attuned",
|
||||||
|
spoiler: "Haunted god of the sanctum",
|
||||||
|
id: "MageKnight",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#Soul_Warrior"
|
||||||
|
},
|
||||||
|
MageKnightAscended: {
|
||||||
|
name: "Soul Warrior: Ascended",
|
||||||
|
spoiler: "Haunted god of the sanctum",
|
||||||
|
id: "MageKnight",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#Soul_Warrior"
|
||||||
|
},
|
||||||
|
MageKnightRadiant: {
|
||||||
|
name: "Soul Warrior: Radiant",
|
||||||
|
spoiler: "Haunted god of the sanctum",
|
||||||
|
id: "MageKnight",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#Soul_Warrior"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -4043,6 +4043,34 @@ const HK = {
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#Grey_Prince_Zote"
|
wiki: "Hall_of_Gods#Grey_Prince_Zote"
|
||||||
},
|
},
|
||||||
|
MageKnightUnlocked: {
|
||||||
|
name: "Soul Warrior: Unlocked",
|
||||||
|
spoiler: "I haunt the halls of a sanctum",
|
||||||
|
id: "MageKnight",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#Soul_Warrior"
|
||||||
|
},
|
||||||
|
MageKnightAttuned: {
|
||||||
|
name: "Soul Warrior: Attuned",
|
||||||
|
spoiler: "Haunted god of the sanctum",
|
||||||
|
id: "MageKnight",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#Soul_Warrior"
|
||||||
|
},
|
||||||
|
MageKnightAscended: {
|
||||||
|
name: "Soul Warrior: Ascended",
|
||||||
|
spoiler: "Haunted god of the sanctum",
|
||||||
|
id: "MageKnight",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#Soul_Warrior"
|
||||||
|
},
|
||||||
|
MageKnightRadiant: {
|
||||||
|
name: "Soul Warrior: Radiant",
|
||||||
|
spoiler: "Haunted god of the sanctum",
|
||||||
|
id: "MageKnight",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#Soul_Warrior"
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue