boss added to hall of gods

This commit is contained in:
ReznoRMichael 2021-08-05 18:01:16 +02:00
parent 2b3ff2f4ce
commit cdfd9f81d1
3 changed files with 57 additions and 1 deletions

View file

@ -6646,6 +6646,34 @@ var HK = {
id: "FailedChampion", id: "FailedChampion",
check: "completedTier3", check: "completedTier3",
wiki: "Hall_of_Gods#Failed_Champion" wiki: "Hall_of_Gods#Failed_Champion"
},
Hornet1Unlocked: {
name: "Hornet Protector: Unlocked",
spoiler: "I watch over lush pathways...",
id: "Hornet1",
check: "isUnlocked",
wiki: "Hall_of_Gods#Hornet_Protector"
},
Hornet1Attuned: {
name: "Hornet Protector: Attuned",
spoiler: "...and distant ash-swept graves",
id: "Hornet1",
check: "completedTier1",
wiki: "Hall_of_Gods#Hornet_Protector"
},
Hornet1Ascended: {
name: "Hornet Protector: Ascended",
spoiler: "God protector of a fading land",
id: "Hornet1",
check: "completedTier2",
wiki: "Hall_of_Gods#Hornet_Protector"
},
Hornet1Radiant: {
name: "Hornet Protector: Radiant",
spoiler: "God protector of a fading land",
id: "Hornet1",
check: "completedTier3",
wiki: "Hall_of_Gods#Hornet_Protector"
} }
} }
} }

File diff suppressed because one or more lines are too long

View file

@ -3511,6 +3511,34 @@ const HK = {
check: "completedTier3", check: "completedTier3",
wiki: "Hall_of_Gods#Failed_Champion" wiki: "Hall_of_Gods#Failed_Champion"
}, },
Hornet1Unlocked: {
name: "Hornet Protector: Unlocked",
spoiler: "I watch over lush pathways...",
id: "Hornet1",
check: "isUnlocked",
wiki: "Hall_of_Gods#Hornet_Protector"
},
Hornet1Attuned: {
name: "Hornet Protector: Attuned",
spoiler: "...and distant ash-swept graves",
id: "Hornet1",
check: "completedTier1",
wiki: "Hall_of_Gods#Hornet_Protector"
},
Hornet1Ascended: {
name: "Hornet Protector: Ascended",
spoiler: "God protector of a fading land",
id: "Hornet1",
check: "completedTier2",
wiki: "Hall_of_Gods#Hornet_Protector"
},
Hornet1Radiant: {
name: "Hornet Protector: Radiant",
spoiler: "God protector of a fading land",
id: "Hornet1",
check: "completedTier3",
wiki: "Hall_of_Gods#Hornet_Protector"
},
}, },
} }