boss added to hall of gods
This commit is contained in:
parent
939c6db94d
commit
e4dba0ec37
3 changed files with 57 additions and 1 deletions
28
build/app.js
28
build/app.js
|
|
@ -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
|
|
@ -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"
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue