boss added to hall of gods
This commit is contained in:
parent
1347d6904a
commit
8ba3235a7d
3 changed files with 57 additions and 1 deletions
28
build/app.js
28
build/app.js
|
|
@ -7654,6 +7654,34 @@ var HK = {
|
||||||
id: "HollowKnight",
|
id: "HollowKnight",
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#Pure_Vessel"
|
wiki: "Hall_of_Gods#Pure_Vessel"
|
||||||
|
},
|
||||||
|
GrimmUnlocked: {
|
||||||
|
name: "Grimm: Unlocked",
|
||||||
|
spoiler: "I await the lighting of the lantern",
|
||||||
|
id: "Grimm",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#Grimm"
|
||||||
|
},
|
||||||
|
GrimmAttuned: {
|
||||||
|
name: "Grimm: Attuned",
|
||||||
|
spoiler: "Travelling god of the troupe",
|
||||||
|
id: "Grimm",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#Grimm"
|
||||||
|
},
|
||||||
|
GrimmAscended: {
|
||||||
|
name: "Grimm: Ascended",
|
||||||
|
spoiler: "Travelling god of the troupe",
|
||||||
|
id: "Grimm",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#Grimm"
|
||||||
|
},
|
||||||
|
GrimmRadiant: {
|
||||||
|
name: "Grimm: Radiant",
|
||||||
|
spoiler: "Travelling god of the troupe",
|
||||||
|
id: "Grimm",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#Grimm"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -4519,6 +4519,34 @@ const HK = {
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#Pure_Vessel"
|
wiki: "Hall_of_Gods#Pure_Vessel"
|
||||||
},
|
},
|
||||||
|
GrimmUnlocked: {
|
||||||
|
name: "Grimm: Unlocked",
|
||||||
|
spoiler: "I await the lighting of the lantern",
|
||||||
|
id: "Grimm",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#Grimm"
|
||||||
|
},
|
||||||
|
GrimmAttuned: {
|
||||||
|
name: "Grimm: Attuned",
|
||||||
|
spoiler: "Travelling god of the troupe",
|
||||||
|
id: "Grimm",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#Grimm"
|
||||||
|
},
|
||||||
|
GrimmAscended: {
|
||||||
|
name: "Grimm: Ascended",
|
||||||
|
spoiler: "Travelling god of the troupe",
|
||||||
|
id: "Grimm",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#Grimm"
|
||||||
|
},
|
||||||
|
GrimmRadiant: {
|
||||||
|
name: "Grimm: Radiant",
|
||||||
|
spoiler: "Travelling god of the troupe",
|
||||||
|
id: "Grimm",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#Grimm"
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue