boss added to hall of gods
This commit is contained in:
parent
361397080c
commit
1d56908772
3 changed files with 57 additions and 1 deletions
28
build/app.js
28
build/app.js
|
|
@ -7430,6 +7430,34 @@ var HK = {
|
||||||
id: "Galien",
|
id: "Galien",
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#Galien"
|
wiki: "Hall_of_Gods#Galien"
|
||||||
|
},
|
||||||
|
MarkothUnlocked: {
|
||||||
|
name: "Markoth: Unlocked",
|
||||||
|
spoiler: "I lie dreaming at the edge of the world",
|
||||||
|
id: "Markoth",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#Markoth"
|
||||||
|
},
|
||||||
|
MarkothAttuned: {
|
||||||
|
name: "Markoth: Attuned",
|
||||||
|
spoiler: "Dreamborn god of meditation and isolation",
|
||||||
|
id: "Markoth",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#Markoth"
|
||||||
|
},
|
||||||
|
MarkothAscended: {
|
||||||
|
name: "Markoth: Ascended",
|
||||||
|
spoiler: "Dreamborn god of meditation and isolation",
|
||||||
|
id: "Markoth",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#Markoth"
|
||||||
|
},
|
||||||
|
MarkothRadiant: {
|
||||||
|
name: "Markoth: Radiant",
|
||||||
|
spoiler: "Dreamborn god of meditation and isolation",
|
||||||
|
id: "Markoth",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#Markoth"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -4295,6 +4295,34 @@ const HK = {
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#Galien"
|
wiki: "Hall_of_Gods#Galien"
|
||||||
},
|
},
|
||||||
|
MarkothUnlocked: {
|
||||||
|
name: "Markoth: Unlocked",
|
||||||
|
spoiler: "I lie dreaming at the edge of the world",
|
||||||
|
id: "Markoth",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#Markoth"
|
||||||
|
},
|
||||||
|
MarkothAttuned: {
|
||||||
|
name: "Markoth: Attuned",
|
||||||
|
spoiler: "Dreamborn god of meditation and isolation",
|
||||||
|
id: "Markoth",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#Markoth"
|
||||||
|
},
|
||||||
|
MarkothAscended: {
|
||||||
|
name: "Markoth: Ascended",
|
||||||
|
spoiler: "Dreamborn god of meditation and isolation",
|
||||||
|
id: "Markoth",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#Markoth"
|
||||||
|
},
|
||||||
|
MarkothRadiant: {
|
||||||
|
name: "Markoth: Radiant",
|
||||||
|
spoiler: "Dreamborn god of meditation and isolation",
|
||||||
|
id: "Markoth",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#Markoth"
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue