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