boss added to hall of gods

This commit is contained in:
ReznoRMichael 2021-08-05 20:08:38 +02:00
parent 6de4656e55
commit 9688bf9a71
3 changed files with 57 additions and 1 deletions

View file

@ -6870,6 +6870,34 @@ var HK = {
id: "HiveKnight", id: "HiveKnight",
check: "completedTier3", check: "completedTier3",
wiki: "Hall_of_Gods#Hive_Knight" 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

View file

@ -3735,6 +3735,34 @@ const HK = {
check: "completedTier3", check: "completedTier3",
wiki: "Hall_of_Gods#Hive_Knight" 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"
},
}, },
} }