boss added to hall of gods

This commit is contained in:
ReznoRMichael 2021-08-05 20:35:33 +02:00
parent 55fbe34d77
commit f8bf8003a3
3 changed files with 57 additions and 1 deletions

View file

@ -7010,6 +7010,34 @@ var HK = {
id: "Collector",
check: "completedTier3",
wiki: "Hall_of_Gods#The_Collector"
},
GodTamerUnlocked: {
name: "God Tamer: Unlocked",
spoiler: "I wait, weapon in hand, within the colosseum",
id: "GodTamer",
check: "isUnlocked",
wiki: "Hall_of_Gods#God_Tamer"
},
GodTamerAttuned: {
name: "God Tamer: Attuned",
spoiler: "Gallant god of the arena",
id: "GodTamer",
check: "completedTier1",
wiki: "Hall_of_Gods#God_Tamer"
},
GodTamerAscended: {
name: "God Tamer: Ascended",
spoiler: "Gallant god of the arena",
id: "GodTamer",
check: "completedTier2",
wiki: "Hall_of_Gods#God_Tamer"
},
GodTamerRadiant: {
name: "God Tamer: Radiant",
spoiler: "Gallant god of the arena",
id: "GodTamer",
check: "completedTier3",
wiki: "Hall_of_Gods#God_Tamer"
}
}
}

File diff suppressed because one or more lines are too long

View file

@ -3875,6 +3875,34 @@ const HK = {
check: "completedTier3",
wiki: "Hall_of_Gods#The_Collector"
},
GodTamerUnlocked: {
name: "God Tamer: Unlocked",
spoiler: "I wait, weapon in hand, within the colosseum",
id: "GodTamer",
check: "isUnlocked",
wiki: "Hall_of_Gods#God_Tamer"
},
GodTamerAttuned: {
name: "God Tamer: Attuned",
spoiler: "Gallant god of the arena",
id: "GodTamer",
check: "completedTier1",
wiki: "Hall_of_Gods#God_Tamer"
},
GodTamerAscended: {
name: "God Tamer: Ascended",
spoiler: "Gallant god of the arena",
id: "GodTamer",
check: "completedTier2",
wiki: "Hall_of_Gods#God_Tamer"
},
GodTamerRadiant: {
name: "God Tamer: Radiant",
spoiler: "Gallant god of the arena",
id: "GodTamer",
check: "completedTier3",
wiki: "Hall_of_Gods#God_Tamer"
},
},
}