boss added to hall of gods
This commit is contained in:
parent
cdfd9f81d1
commit
4aaaa91ec3
3 changed files with 57 additions and 1 deletions
28
build/app.js
28
build/app.js
|
|
@ -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
|
|
@ -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"
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue