boss added to hall of gods
This commit is contained in:
parent
2b3ff2f4ce
commit
cdfd9f81d1
3 changed files with 57 additions and 1 deletions
28
build/app.js
28
build/app.js
|
|
@ -6646,6 +6646,34 @@ var HK = {
|
|||
id: "FailedChampion",
|
||||
check: "completedTier3",
|
||||
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
|
|
@ -3511,6 +3511,34 @@ const HK = {
|
|||
check: "completedTier3",
|
||||
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"
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue