boss added to hall of gods
This commit is contained in:
parent
c388250608
commit
1347d6904a
3 changed files with 57 additions and 1 deletions
28
build/app.js
28
build/app.js
|
|
@ -7626,6 +7626,34 @@ var HK = {
|
|||
id: "Sly",
|
||||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#Nailsage_Sly"
|
||||
},
|
||||
HollowKnightUnlocked: {
|
||||
name: "Pure Vessel: Unlocked",
|
||||
spoiler: "This empty god stands at a Pantheon's peak",
|
||||
id: "HollowKnight",
|
||||
check: "isUnlocked",
|
||||
wiki: "Hall_of_Gods#Pure_Vessel"
|
||||
},
|
||||
HollowKnightAttuned: {
|
||||
name: "Pure Vessel: Attuned",
|
||||
spoiler: "Mighty god of nothingness",
|
||||
id: "HollowKnight",
|
||||
check: "completedTier1",
|
||||
wiki: "Hall_of_Gods#Pure_Vessel"
|
||||
},
|
||||
HollowKnightAscended: {
|
||||
name: "Pure Vessel: Ascended",
|
||||
spoiler: "Mighty god of nothingness",
|
||||
id: "HollowKnight",
|
||||
check: "completedTier2",
|
||||
wiki: "Hall_of_Gods#Pure_Vessel"
|
||||
},
|
||||
HollowKnightRadiant: {
|
||||
name: "Pure Vessel: Radiant",
|
||||
spoiler: "Mighty god of nothingness",
|
||||
id: "HollowKnight",
|
||||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#Pure_Vessel"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -4491,6 +4491,34 @@ const HK = {
|
|||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#Nailsage_Sly"
|
||||
},
|
||||
HollowKnightUnlocked: {
|
||||
name: "Pure Vessel: Unlocked",
|
||||
spoiler: "This empty god stands at a Pantheon's peak",
|
||||
id: "HollowKnight",
|
||||
check: "isUnlocked",
|
||||
wiki: "Hall_of_Gods#Pure_Vessel"
|
||||
},
|
||||
HollowKnightAttuned: {
|
||||
name: "Pure Vessel: Attuned",
|
||||
spoiler: "Mighty god of nothingness",
|
||||
id: "HollowKnight",
|
||||
check: "completedTier1",
|
||||
wiki: "Hall_of_Gods#Pure_Vessel"
|
||||
},
|
||||
HollowKnightAscended: {
|
||||
name: "Pure Vessel: Ascended",
|
||||
spoiler: "Mighty god of nothingness",
|
||||
id: "HollowKnight",
|
||||
check: "completedTier2",
|
||||
wiki: "Hall_of_Gods#Pure_Vessel"
|
||||
},
|
||||
HollowKnightRadiant: {
|
||||
name: "Pure Vessel: Radiant",
|
||||
spoiler: "Mighty god of nothingness",
|
||||
id: "HollowKnight",
|
||||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#Pure_Vessel"
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue