boss added to hall of gods
This commit is contained in:
parent
d20c8476c8
commit
6de4656e55
3 changed files with 57 additions and 1 deletions
28
build/app.js
28
build/app.js
|
|
@ -6842,6 +6842,34 @@ var HK = {
|
|||
id: "Oblobbles",
|
||||
check: "completedTier3",
|
||||
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
|
|
@ -3707,6 +3707,34 @@ const HK = {
|
|||
check: "completedTier3",
|
||||
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"
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue