boss added to hall of gods
This commit is contained in:
parent
8f20a87e82
commit
361397080c
3 changed files with 57 additions and 1 deletions
28
build/app.js
28
build/app.js
|
|
@ -7402,6 +7402,34 @@ var HK = {
|
||||||
id: "Marmu",
|
id: "Marmu",
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#Marmu"
|
wiki: "Hall_of_Gods#Marmu"
|
||||||
|
},
|
||||||
|
GalienUnlocked: {
|
||||||
|
name: "Galien: Unlocked",
|
||||||
|
spoiler: "I lie dreaming in darkness, surrounded by predators",
|
||||||
|
id: "Galien",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#Galien"
|
||||||
|
},
|
||||||
|
GalienAttuned: {
|
||||||
|
name: "Galien: Attuned",
|
||||||
|
spoiler: "Dreamborn god of heroic hearts",
|
||||||
|
id: "Galien",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#Galien"
|
||||||
|
},
|
||||||
|
GalienAscended: {
|
||||||
|
name: "Galien: Ascended",
|
||||||
|
spoiler: "Dreamborn god of heroic hearts",
|
||||||
|
id: "Galien",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#Galien"
|
||||||
|
},
|
||||||
|
GalienRadiant: {
|
||||||
|
name: "Galien: Radiant",
|
||||||
|
spoiler: "Dreamborn god of heroic hearts",
|
||||||
|
id: "Galien",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#Galien"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -4267,6 +4267,34 @@ const HK = {
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#Marmu"
|
wiki: "Hall_of_Gods#Marmu"
|
||||||
},
|
},
|
||||||
|
GalienUnlocked: {
|
||||||
|
name: "Galien: Unlocked",
|
||||||
|
spoiler: "I lie dreaming in darkness, surrounded by predators",
|
||||||
|
id: "Galien",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#Galien"
|
||||||
|
},
|
||||||
|
GalienAttuned: {
|
||||||
|
name: "Galien: Attuned",
|
||||||
|
spoiler: "Dreamborn god of heroic hearts",
|
||||||
|
id: "Galien",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#Galien"
|
||||||
|
},
|
||||||
|
GalienAscended: {
|
||||||
|
name: "Galien: Ascended",
|
||||||
|
spoiler: "Dreamborn god of heroic hearts",
|
||||||
|
id: "Galien",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#Galien"
|
||||||
|
},
|
||||||
|
GalienRadiant: {
|
||||||
|
name: "Galien: Radiant",
|
||||||
|
spoiler: "Dreamborn god of heroic hearts",
|
||||||
|
id: "Galien",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#Galien"
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue