boss added to hall of gods

This commit is contained in:
ReznoRMichael 2021-08-05 19:09:43 +02:00
parent d20c8476c8
commit 6de4656e55
3 changed files with 57 additions and 1 deletions

View file

@ -6842,6 +6842,34 @@ var HK = {
id: "Oblobbles", id: "Oblobbles",
check: "completedTier3", check: "completedTier3",
wiki: "Hall_of_Gods#Oblobbles" wiki: "Hall_of_Gods#Oblobbles"
},
HiveKnightUnlocked: {
name: "Hive Knight: Unlocked",
spoiler: "I guard the heart of the hive for my Queen",
id: "HiveKnight",
check: "isUnlocked",
wiki: "Hall_of_Gods#Hive_Knight"
},
HiveKnightAttuned: {
name: "Hive Knight: Attuned",
spoiler: "Watchful god of duty",
id: "HiveKnight",
check: "completedTier1",
wiki: "Hall_of_Gods#Hive_Knight"
},
HiveKnightAscended: {
name: "Hive Knight: Ascended",
spoiler: "Watchful god of duty",
id: "HiveKnight",
check: "completedTier2",
wiki: "Hall_of_Gods#Hive_Knight"
},
HiveKnightRadiant: {
name: "Hive Knight: Radiant",
spoiler: "Watchful god of duty",
id: "HiveKnight",
check: "completedTier3",
wiki: "Hall_of_Gods#Hive_Knight"
} }
} }
} }

File diff suppressed because one or more lines are too long

View file

@ -3707,6 +3707,34 @@ const HK = {
check: "completedTier3", check: "completedTier3",
wiki: "Hall_of_Gods#Oblobbles" wiki: "Hall_of_Gods#Oblobbles"
}, },
HiveKnightUnlocked: {
name: "Hive Knight: Unlocked",
spoiler: "I guard the heart of the hive for my Queen",
id: "HiveKnight",
check: "isUnlocked",
wiki: "Hall_of_Gods#Hive_Knight"
},
HiveKnightAttuned: {
name: "Hive Knight: Attuned",
spoiler: "Watchful god of duty",
id: "HiveKnight",
check: "completedTier1",
wiki: "Hall_of_Gods#Hive_Knight"
},
HiveKnightAscended: {
name: "Hive Knight: Ascended",
spoiler: "Watchful god of duty",
id: "HiveKnight",
check: "completedTier2",
wiki: "Hall_of_Gods#Hive_Knight"
},
HiveKnightRadiant: {
name: "Hive Knight: Radiant",
spoiler: "Watchful god of duty",
id: "HiveKnight",
check: "completedTier3",
wiki: "Hall_of_Gods#Hive_Knight"
},
}, },
} }