boss added to hall of gods
This commit is contained in:
parent
1d56908772
commit
939c6db94d
3 changed files with 57 additions and 1 deletions
28
build/app.js
28
build/app.js
|
|
@ -7458,6 +7458,34 @@ var HK = {
|
|||
id: "Markoth",
|
||||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#Markoth"
|
||||
},
|
||||
XeroUnlocked: {
|
||||
name: "Xero: Unlocked",
|
||||
spoiler: "I lie dreaming amongst peaceful graves",
|
||||
id: "Xero",
|
||||
check: "isUnlocked",
|
||||
wiki: "Hall_of_Gods#Xero"
|
||||
},
|
||||
XeroAttuned: {
|
||||
name: "Xero: Attuned",
|
||||
spoiler: "Dreamborn god of faith and betrayal",
|
||||
id: "Xero",
|
||||
check: "completedTier1",
|
||||
wiki: "Hall_of_Gods#Xero"
|
||||
},
|
||||
XeroAscended: {
|
||||
name: "Xero: Ascended",
|
||||
spoiler: "Dreamborn god of faith and betrayal",
|
||||
id: "Xero",
|
||||
check: "completedTier2",
|
||||
wiki: "Hall_of_Gods#Xero"
|
||||
},
|
||||
XeroRadiant: {
|
||||
name: "Xero: Radiant",
|
||||
spoiler: "Dreamborn god of faith and betrayal",
|
||||
id: "Xero",
|
||||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#Xero"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -4323,6 +4323,34 @@ const HK = {
|
|||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#Markoth"
|
||||
},
|
||||
XeroUnlocked: {
|
||||
name: "Xero: Unlocked",
|
||||
spoiler: "I lie dreaming amongst peaceful graves",
|
||||
id: "Xero",
|
||||
check: "isUnlocked",
|
||||
wiki: "Hall_of_Gods#Xero"
|
||||
},
|
||||
XeroAttuned: {
|
||||
name: "Xero: Attuned",
|
||||
spoiler: "Dreamborn god of faith and betrayal",
|
||||
id: "Xero",
|
||||
check: "completedTier1",
|
||||
wiki: "Hall_of_Gods#Xero"
|
||||
},
|
||||
XeroAscended: {
|
||||
name: "Xero: Ascended",
|
||||
spoiler: "Dreamborn god of faith and betrayal",
|
||||
id: "Xero",
|
||||
check: "completedTier2",
|
||||
wiki: "Hall_of_Gods#Xero"
|
||||
},
|
||||
XeroRadiant: {
|
||||
name: "Xero: Radiant",
|
||||
spoiler: "Dreamborn god of faith and betrayal",
|
||||
id: "Xero",
|
||||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#Xero"
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue