boss added to hall of gods

This commit is contained in:
ReznoRMichael 2021-08-05 23:39:57 +02:00
parent 1d56908772
commit 939c6db94d
3 changed files with 57 additions and 1 deletions

View file

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

View file

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