boss added to hall of gods
This commit is contained in:
parent
c2f52b10db
commit
2b3ff2f4ce
3 changed files with 57 additions and 1 deletions
28
build/app.js
28
build/app.js
|
|
@ -6618,6 +6618,34 @@ var HK = {
|
||||||
id: "FalseKnight",
|
id: "FalseKnight",
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#False_Knight"
|
wiki: "Hall_of_Gods#False_Knight"
|
||||||
|
},
|
||||||
|
FailedChampionUnlocked: {
|
||||||
|
name: "Failed Champion: Unlocked",
|
||||||
|
spoiler: "Baleful god of regrets",
|
||||||
|
id: "FailedChampion",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#Failed_Champion"
|
||||||
|
},
|
||||||
|
FailedChampionAttuned: {
|
||||||
|
name: "Failed Champion: Attuned",
|
||||||
|
spoiler: "Baleful god of regrets",
|
||||||
|
id: "FailedChampion",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#Failed_Champion"
|
||||||
|
},
|
||||||
|
FailedChampionAscended: {
|
||||||
|
name: "Failed Champion: Ascended",
|
||||||
|
spoiler: "Baleful god of regrets",
|
||||||
|
id: "FailedChampion",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#Failed_Champion"
|
||||||
|
},
|
||||||
|
FailedChampionRadiant: {
|
||||||
|
name: "Failed Champion: Radiant",
|
||||||
|
spoiler: "Baleful god of regrets",
|
||||||
|
id: "FailedChampion",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#Failed_Champion"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -3483,6 +3483,34 @@ const HK = {
|
||||||
check: "completedTier3",
|
check: "completedTier3",
|
||||||
wiki: "Hall_of_Gods#False_Knight"
|
wiki: "Hall_of_Gods#False_Knight"
|
||||||
},
|
},
|
||||||
|
FailedChampionUnlocked: {
|
||||||
|
name: "Failed Champion: Unlocked",
|
||||||
|
spoiler: "Baleful god of regrets",
|
||||||
|
id: "FailedChampion",
|
||||||
|
check: "isUnlocked",
|
||||||
|
wiki: "Hall_of_Gods#Failed_Champion"
|
||||||
|
},
|
||||||
|
FailedChampionAttuned: {
|
||||||
|
name: "Failed Champion: Attuned",
|
||||||
|
spoiler: "Baleful god of regrets",
|
||||||
|
id: "FailedChampion",
|
||||||
|
check: "completedTier1",
|
||||||
|
wiki: "Hall_of_Gods#Failed_Champion"
|
||||||
|
},
|
||||||
|
FailedChampionAscended: {
|
||||||
|
name: "Failed Champion: Ascended",
|
||||||
|
spoiler: "Baleful god of regrets",
|
||||||
|
id: "FailedChampion",
|
||||||
|
check: "completedTier2",
|
||||||
|
wiki: "Hall_of_Gods#Failed_Champion"
|
||||||
|
},
|
||||||
|
FailedChampionRadiant: {
|
||||||
|
name: "Failed Champion: Radiant",
|
||||||
|
spoiler: "Baleful god of regrets",
|
||||||
|
id: "FailedChampion",
|
||||||
|
check: "completedTier3",
|
||||||
|
wiki: "Hall_of_Gods#Failed_Champion"
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue