boss added to hall of gods

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

View file

@ -7486,6 +7486,34 @@ var HK = {
id: "Xero", id: "Xero",
check: "completedTier3", check: "completedTier3",
wiki: "Hall_of_Gods#Xero" wiki: "Hall_of_Gods#Xero"
},
GorbUnlocked: {
name: "Gorb: Unlocked",
spoiler: "I lie dreaming at a wind-blasted peak",
id: "Gorb",
check: "isUnlocked",
wiki: "Hall_of_Gods#Gorb"
},
GorbAttuned: {
name: "Gorb: Attuned",
spoiler: "Dreamborn god of the beyond",
id: "Gorb",
check: "completedTier1",
wiki: "Hall_of_Gods#Gorb"
},
GorbAscended: {
name: "Gorb: Ascended",
spoiler: "Dreamborn god of the beyond",
id: "Gorb",
check: "completedTier2",
wiki: "Hall_of_Gods#Gorb"
},
GorbRadiant: {
name: "Gorb: Radiant",
spoiler: "Dreamborn god of the beyond",
id: "Gorb",
check: "completedTier3",
wiki: "Hall_of_Gods#Gorb"
} }
} }
} }

File diff suppressed because one or more lines are too long

View file

@ -4351,6 +4351,34 @@ const HK = {
check: "completedTier3", check: "completedTier3",
wiki: "Hall_of_Gods#Xero" wiki: "Hall_of_Gods#Xero"
}, },
GorbUnlocked: {
name: "Gorb: Unlocked",
spoiler: "I lie dreaming at a wind-blasted peak",
id: "Gorb",
check: "isUnlocked",
wiki: "Hall_of_Gods#Gorb"
},
GorbAttuned: {
name: "Gorb: Attuned",
spoiler: "Dreamborn god of the beyond",
id: "Gorb",
check: "completedTier1",
wiki: "Hall_of_Gods#Gorb"
},
GorbAscended: {
name: "Gorb: Ascended",
spoiler: "Dreamborn god of the beyond",
id: "Gorb",
check: "completedTier2",
wiki: "Hall_of_Gods#Gorb"
},
GorbRadiant: {
name: "Gorb: Radiant",
spoiler: "Dreamborn god of the beyond",
id: "Gorb",
check: "completedTier3",
wiki: "Hall_of_Gods#Gorb"
},
}, },
} }