boss added to hall of gods

This commit is contained in:
ReznoRMichael 2021-08-05 23:22:00 +02:00
parent 8273bcce55
commit b46a20d2d2
3 changed files with 57 additions and 1 deletions

View file

@ -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

View file

@ -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"
},
}, },
} }