boss added to hall of gods

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

View file

@ -6898,6 +6898,34 @@ var HK = {
id: "BrokenVessel", id: "BrokenVessel",
check: "completedTier3", check: "completedTier3",
wiki: "Hall_of_Gods#Broken_Vessel" wiki: "Hall_of_Gods#Broken_Vessel"
},
LostKinUnlocked: {
name: "Lost Kin: Unlocked",
spoiler: "Lost god of the Abyss",
id: "LostKin",
check: "isUnlocked",
wiki: "Hall_of_Gods#Lost_Kin"
},
LostKinAttuned: {
name: "Lost Kin: Attuned",
spoiler: "Lost god of the Abyss",
id: "LostKin",
check: "completedTier1",
wiki: "Hall_of_Gods#Lost_Kin"
},
LostKinAscended: {
name: "Lost Kin: Ascended",
spoiler: "Lost god of the Abyss",
id: "LostKin",
check: "completedTier2",
wiki: "Hall_of_Gods#Lost_Kin"
},
LostKinRadiant: {
name: "Lost Kin: Radiant",
spoiler: "Lost god of the Abyss",
id: "LostKin",
check: "completedTier3",
wiki: "Hall_of_Gods#Lost_Kin"
} }
} }
} }

File diff suppressed because one or more lines are too long

View file

@ -3763,6 +3763,34 @@ const HK = {
check: "completedTier3", check: "completedTier3",
wiki: "Hall_of_Gods#Broken_Vessel" wiki: "Hall_of_Gods#Broken_Vessel"
}, },
LostKinUnlocked: {
name: "Lost Kin: Unlocked",
spoiler: "Lost god of the Abyss",
id: "LostKin",
check: "isUnlocked",
wiki: "Hall_of_Gods#Lost_Kin"
},
LostKinAttuned: {
name: "Lost Kin: Attuned",
spoiler: "Lost god of the Abyss",
id: "LostKin",
check: "completedTier1",
wiki: "Hall_of_Gods#Lost_Kin"
},
LostKinAscended: {
name: "Lost Kin: Ascended",
spoiler: "Lost god of the Abyss",
id: "LostKin",
check: "completedTier2",
wiki: "Hall_of_Gods#Lost_Kin"
},
LostKinRadiant: {
name: "Lost Kin: Radiant",
spoiler: "Lost god of the Abyss",
id: "LostKin",
check: "completedTier3",
wiki: "Hall_of_Gods#Lost_Kin"
},
}, },
} }