boss added to hall of gods

This commit is contained in:
ReznoRMichael 2021-08-05 23:38:21 +02:00
parent 361397080c
commit 1d56908772
3 changed files with 57 additions and 1 deletions

View file

@ -7430,6 +7430,34 @@ var HK = {
id: "Galien",
check: "completedTier3",
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

View file

@ -4295,6 +4295,34 @@ const HK = {
check: "completedTier3",
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"
},
},
}