boss added to hall of gods
This commit is contained in:
parent
deb90624a8
commit
ea648618ce
3 changed files with 57 additions and 1 deletions
28
build/app.js
28
build/app.js
|
|
@ -7206,6 +7206,34 @@ var HK = {
|
|||
id: "MageKnight",
|
||||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#Soul_Warrior"
|
||||
},
|
||||
SoulMasterUnlocked: {
|
||||
name: "Soul Master: Unlocked",
|
||||
spoiler: "Immortal, I rule the Sanctum",
|
||||
id: "SoulMaster",
|
||||
check: "isUnlocked",
|
||||
wiki: "Hall_of_Gods#Soul_Master"
|
||||
},
|
||||
SoulMasterAttuned: {
|
||||
name: "Soul Master: Attuned",
|
||||
spoiler: "Covetous god of soul",
|
||||
id: "SoulMaster",
|
||||
check: "completedTier1",
|
||||
wiki: "Hall_of_Gods#Soul_Master"
|
||||
},
|
||||
SoulMasterAscended: {
|
||||
name: "Soul Master: Ascended",
|
||||
spoiler: "Covetous god of soul",
|
||||
id: "SoulMaster",
|
||||
check: "completedTier2",
|
||||
wiki: "Hall_of_Gods#Soul_Master"
|
||||
},
|
||||
SoulMasterRadiant: {
|
||||
name: "Soul Master: Radiant",
|
||||
spoiler: "Covetous god of soul",
|
||||
id: "SoulMaster",
|
||||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#Soul_Master"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -4071,6 +4071,34 @@ const HK = {
|
|||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#Soul_Warrior"
|
||||
},
|
||||
SoulMasterUnlocked: {
|
||||
name: "Soul Master: Unlocked",
|
||||
spoiler: "Immortal, I rule the Sanctum",
|
||||
id: "SoulMaster",
|
||||
check: "isUnlocked",
|
||||
wiki: "Hall_of_Gods#Soul_Master"
|
||||
},
|
||||
SoulMasterAttuned: {
|
||||
name: "Soul Master: Attuned",
|
||||
spoiler: "Covetous god of soul",
|
||||
id: "SoulMaster",
|
||||
check: "completedTier1",
|
||||
wiki: "Hall_of_Gods#Soul_Master"
|
||||
},
|
||||
SoulMasterAscended: {
|
||||
name: "Soul Master: Ascended",
|
||||
spoiler: "Covetous god of soul",
|
||||
id: "SoulMaster",
|
||||
check: "completedTier2",
|
||||
wiki: "Hall_of_Gods#Soul_Master"
|
||||
},
|
||||
SoulMasterRadiant: {
|
||||
name: "Soul Master: Radiant",
|
||||
spoiler: "Covetous god of soul",
|
||||
id: "SoulMaster",
|
||||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#Soul_Master"
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue