boss added to hall of gods

This commit is contained in:
ReznoRMichael 2021-08-05 22:58:39 +02:00
parent b711d2babd
commit deb90624a8
3 changed files with 57 additions and 1 deletions

View file

@ -7178,6 +7178,34 @@ var HK = {
id: "GreyPrince", id: "GreyPrince",
check: "completedTier3", check: "completedTier3",
wiki: "Hall_of_Gods#Grey_Prince_Zote" wiki: "Hall_of_Gods#Grey_Prince_Zote"
},
MageKnightUnlocked: {
name: "Soul Warrior: Unlocked",
spoiler: "I haunt the halls of a sanctum",
id: "MageKnight",
check: "isUnlocked",
wiki: "Hall_of_Gods#Soul_Warrior"
},
MageKnightAttuned: {
name: "Soul Warrior: Attuned",
spoiler: "Haunted god of the sanctum",
id: "MageKnight",
check: "completedTier1",
wiki: "Hall_of_Gods#Soul_Warrior"
},
MageKnightAscended: {
name: "Soul Warrior: Ascended",
spoiler: "Haunted god of the sanctum",
id: "MageKnight",
check: "completedTier2",
wiki: "Hall_of_Gods#Soul_Warrior"
},
MageKnightRadiant: {
name: "Soul Warrior: Radiant",
spoiler: "Haunted god of the sanctum",
id: "MageKnight",
check: "completedTier3",
wiki: "Hall_of_Gods#Soul_Warrior"
} }
} }
} }

File diff suppressed because one or more lines are too long

View file

@ -4043,6 +4043,34 @@ const HK = {
check: "completedTier3", check: "completedTier3",
wiki: "Hall_of_Gods#Grey_Prince_Zote" wiki: "Hall_of_Gods#Grey_Prince_Zote"
}, },
MageKnightUnlocked: {
name: "Soul Warrior: Unlocked",
spoiler: "I haunt the halls of a sanctum",
id: "MageKnight",
check: "isUnlocked",
wiki: "Hall_of_Gods#Soul_Warrior"
},
MageKnightAttuned: {
name: "Soul Warrior: Attuned",
spoiler: "Haunted god of the sanctum",
id: "MageKnight",
check: "completedTier1",
wiki: "Hall_of_Gods#Soul_Warrior"
},
MageKnightAscended: {
name: "Soul Warrior: Ascended",
spoiler: "Haunted god of the sanctum",
id: "MageKnight",
check: "completedTier2",
wiki: "Hall_of_Gods#Soul_Warrior"
},
MageKnightRadiant: {
name: "Soul Warrior: Radiant",
spoiler: "Haunted god of the sanctum",
id: "MageKnight",
check: "completedTier3",
wiki: "Hall_of_Gods#Soul_Warrior"
},
}, },
} }