boss added to hall of gods
This commit is contained in:
parent
8273bcce55
commit
b46a20d2d2
3 changed files with 57 additions and 1 deletions
28
build/app.js
28
build/app.js
|
|
@ -7318,6 +7318,34 @@ var HK = {
|
||||||
id: "WhiteDefender",
|
id: "WhiteDefender",
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#White_Defender"
|
wiki: "Hall_of_Gods#White_Defender"
|
||||||
|
},
|
||||||
|
WatcherKnightsUnlocked: {
|
||||||
|
name: "Watcher Knight: Unlocked",
|
||||||
|
spoiler: "We lie dormant, guarding the Spire's peak",
|
||||||
|
id: "WatcherKnights",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#Watcher_Knight"
|
||||||
|
},
|
||||||
|
WatcherKnightsAttuned: {
|
||||||
|
name: "Watcher Knight: Attuned",
|
||||||
|
spoiler: "Sentinel gods of the spire",
|
||||||
|
id: "WatcherKnights",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#Watcher_Knight"
|
||||||
|
},
|
||||||
|
WatcherKnightsAscended: {
|
||||||
|
name: "Watcher Knight: Ascended",
|
||||||
|
spoiler: "Sentinel gods of the spire",
|
||||||
|
id: "WatcherKnights",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#Watcher_Knight"
|
||||||
|
},
|
||||||
|
WatcherKnightsRadiant: {
|
||||||
|
name: "Watcher Knight: Radiant",
|
||||||
|
spoiler: "Sentinel gods of the spire",
|
||||||
|
id: "WatcherKnights",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#Watcher_Knight"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -4183,6 +4183,34 @@ const HK = {
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#White_Defender"
|
wiki: "Hall_of_Gods#White_Defender"
|
||||||
},
|
},
|
||||||
|
WatcherKnightsUnlocked: {
|
||||||
|
name: "Watcher Knight: Unlocked",
|
||||||
|
spoiler: "We lie dormant, guarding the Spire's peak",
|
||||||
|
id: "WatcherKnights",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#Watcher_Knight"
|
||||||
|
},
|
||||||
|
WatcherKnightsAttuned: {
|
||||||
|
name: "Watcher Knight: Attuned",
|
||||||
|
spoiler: "Sentinel gods of the spire",
|
||||||
|
id: "WatcherKnights",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#Watcher_Knight"
|
||||||
|
},
|
||||||
|
WatcherKnightsAscended: {
|
||||||
|
name: "Watcher Knight: Ascended",
|
||||||
|
spoiler: "Sentinel gods of the spire",
|
||||||
|
id: "WatcherKnights",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#Watcher_Knight"
|
||||||
|
},
|
||||||
|
WatcherKnightsRadiant: {
|
||||||
|
name: "Watcher Knight: Radiant",
|
||||||
|
spoiler: "Sentinel gods of the spire",
|
||||||
|
id: "WatcherKnights",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#Watcher_Knight"
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue