boss added to hall of gods

This commit is contained in:
ReznoRMichael 2021-08-05 23:59:25 +02:00
parent 1347d6904a
commit 8ba3235a7d
3 changed files with 57 additions and 1 deletions

View file

@ -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

View file

@ -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"
},
}, },
} }