boss added to hall of gods
This commit is contained in:
parent
e6975ac4ad
commit
b711d2babd
3 changed files with 57 additions and 1 deletions
28
build/app.js
28
build/app.js
|
|
@ -7150,6 +7150,34 @@ var HK = {
|
|||
id: "TraitorLord",
|
||||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#Traitor_Lord"
|
||||
},
|
||||
GreyPrinceUnlocked: {
|
||||
name: "Grey Prince Zote: Unlocked",
|
||||
spoiler: "I serve my Queen inside her dreams",
|
||||
id: "GreyPrince",
|
||||
check: "isUnlocked",
|
||||
wiki: "Hall_of_Gods#Grey_Prince_Zote"
|
||||
},
|
||||
GreyPrinceAttuned: {
|
||||
name: "Grey Prince Zote: Attuned",
|
||||
spoiler: "False god conjured by the lonely",
|
||||
id: "GreyPrince",
|
||||
check: "completedTier1",
|
||||
wiki: "Hall_of_Gods#Grey_Prince_Zote"
|
||||
},
|
||||
GreyPrinceAscended: {
|
||||
name: "Grey Prince Zote: Ascended",
|
||||
spoiler: "False god conjured by the lonely",
|
||||
id: "GreyPrince",
|
||||
check: "completedTier2",
|
||||
wiki: "Hall_of_Gods#Grey_Prince_Zote"
|
||||
},
|
||||
GreyPrinceRadiant: {
|
||||
name: "Grey Prince Zote: Radiant",
|
||||
spoiler: "False god conjured by the lonely",
|
||||
id: "GreyPrince",
|
||||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#Grey_Prince_Zote"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -4015,6 +4015,34 @@ const HK = {
|
|||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#Traitor_Lord"
|
||||
},
|
||||
GreyPrinceUnlocked: {
|
||||
name: "Grey Prince Zote: Unlocked",
|
||||
spoiler: "I serve my Queen inside her dreams",
|
||||
id: "GreyPrince",
|
||||
check: "isUnlocked",
|
||||
wiki: "Hall_of_Gods#Grey_Prince_Zote"
|
||||
},
|
||||
GreyPrinceAttuned: {
|
||||
name: "Grey Prince Zote: Attuned",
|
||||
spoiler: "False god conjured by the lonely",
|
||||
id: "GreyPrince",
|
||||
check: "completedTier1",
|
||||
wiki: "Hall_of_Gods#Grey_Prince_Zote"
|
||||
},
|
||||
GreyPrinceAscended: {
|
||||
name: "Grey Prince Zote: Ascended",
|
||||
spoiler: "False god conjured by the lonely",
|
||||
id: "GreyPrince",
|
||||
check: "completedTier2",
|
||||
wiki: "Hall_of_Gods#Grey_Prince_Zote"
|
||||
},
|
||||
GreyPrinceRadiant: {
|
||||
name: "Grey Prince Zote: Radiant",
|
||||
spoiler: "False god conjured by the lonely",
|
||||
id: "GreyPrince",
|
||||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#Grey_Prince_Zote"
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue