boss added to hall of gods
This commit is contained in:
parent
6de4656e55
commit
9688bf9a71
3 changed files with 57 additions and 1 deletions
28
build/app.js
28
build/app.js
|
|
@ -6870,6 +6870,34 @@ var HK = {
|
|||
id: "HiveKnight",
|
||||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#Hive_Knight"
|
||||
},
|
||||
BrokenVesselUnlocked: {
|
||||
name: "Broken Vessel: Unlocked",
|
||||
spoiler: "I sleep in the deep caves below the world",
|
||||
id: "BrokenVessel",
|
||||
check: "isUnlocked",
|
||||
wiki: "Hall_of_Gods#Broken_Vessel"
|
||||
},
|
||||
BrokenVesselAttuned: {
|
||||
name: "Broken Vessel: Attuned",
|
||||
spoiler: "Broken shell of an empty god",
|
||||
id: "BrokenVessel",
|
||||
check: "completedTier1",
|
||||
wiki: "Hall_of_Gods#Broken_Vessel"
|
||||
},
|
||||
BrokenVesselAscended: {
|
||||
name: "Broken Vessel: Ascended",
|
||||
spoiler: "Broken shell of an empty god",
|
||||
id: "BrokenVessel",
|
||||
check: "completedTier2",
|
||||
wiki: "Hall_of_Gods#Broken_Vessel"
|
||||
},
|
||||
BrokenVesselRadiant: {
|
||||
name: "Broken Vessel: Radiant",
|
||||
spoiler: "Broken shell of an empty god",
|
||||
id: "BrokenVessel",
|
||||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#Broken_Vessel"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -3735,6 +3735,34 @@ const HK = {
|
|||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#Hive_Knight"
|
||||
},
|
||||
BrokenVesselUnlocked: {
|
||||
name: "Broken Vessel: Unlocked",
|
||||
spoiler: "I sleep in the deep caves below the world",
|
||||
id: "BrokenVessel",
|
||||
check: "isUnlocked",
|
||||
wiki: "Hall_of_Gods#Broken_Vessel"
|
||||
},
|
||||
BrokenVesselAttuned: {
|
||||
name: "Broken Vessel: Attuned",
|
||||
spoiler: "Broken shell of an empty god",
|
||||
id: "BrokenVessel",
|
||||
check: "completedTier1",
|
||||
wiki: "Hall_of_Gods#Broken_Vessel"
|
||||
},
|
||||
BrokenVesselAscended: {
|
||||
name: "Broken Vessel: Ascended",
|
||||
spoiler: "Broken shell of an empty god",
|
||||
id: "BrokenVessel",
|
||||
check: "completedTier2",
|
||||
wiki: "Hall_of_Gods#Broken_Vessel"
|
||||
},
|
||||
BrokenVesselRadiant: {
|
||||
name: "Broken Vessel: Radiant",
|
||||
spoiler: "Broken shell of an empty god",
|
||||
id: "BrokenVessel",
|
||||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#Broken_Vessel"
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue