boss added to hall of gods

This commit is contained in:
ReznoRMichael 2021-08-05 18:07:17 +02:00
parent cdfd9f81d1
commit 4aaaa91ec3
3 changed files with 57 additions and 1 deletions

View file

@ -6674,6 +6674,34 @@ var HK = {
id: "Hornet1", id: "Hornet1",
check: "completedTier3", check: "completedTier3",
wiki: "Hall_of_Gods#Hornet_Protector" wiki: "Hall_of_Gods#Hornet_Protector"
},
Hornet2Unlocked: {
name: "Hornet Sentinel: Unlocked",
spoiler: "God protector of a fading land",
id: "Hornet2",
check: "isUnlocked",
wiki: "Hall_of_Gods#Hornet_Sentinel"
},
Hornet2Attuned: {
name: "Hornet Sentinel: Attuned",
spoiler: "God protector of a fading land",
id: "Hornet2",
check: "completedTier1",
wiki: "Hall_of_Gods#Hornet_Sentinel"
},
Hornet2Ascended: {
name: "Hornet Sentinel: Ascended",
spoiler: "God protector of a fading land",
id: "Hornet2",
check: "completedTier2",
wiki: "Hall_of_Gods#Hornet_Sentinel"
},
Hornet2Radiant: {
name: "Hornet Sentinel: Radiant",
spoiler: "God protector of a fading land",
id: "Hornet2",
check: "completedTier3",
wiki: "Hall_of_Gods#Hornet_Sentinel"
} }
} }
} }

File diff suppressed because one or more lines are too long

View file

@ -3539,6 +3539,34 @@ const HK = {
check: "completedTier3", check: "completedTier3",
wiki: "Hall_of_Gods#Hornet_Protector" wiki: "Hall_of_Gods#Hornet_Protector"
}, },
Hornet2Unlocked: {
name: "Hornet Sentinel: Unlocked",
spoiler: "God protector of a fading land",
id: "Hornet2",
check: "isUnlocked",
wiki: "Hall_of_Gods#Hornet_Sentinel"
},
Hornet2Attuned: {
name: "Hornet Sentinel: Attuned",
spoiler: "God protector of a fading land",
id: "Hornet2",
check: "completedTier1",
wiki: "Hall_of_Gods#Hornet_Sentinel"
},
Hornet2Ascended: {
name: "Hornet Sentinel: Ascended",
spoiler: "God protector of a fading land",
id: "Hornet2",
check: "completedTier2",
wiki: "Hall_of_Gods#Hornet_Sentinel"
},
Hornet2Radiant: {
name: "Hornet Sentinel: Radiant",
spoiler: "God protector of a fading land",
id: "Hornet2",
check: "completedTier3",
wiki: "Hall_of_Gods#Hornet_Sentinel"
},
}, },
} }