more achievements
This commit is contained in:
parent
d4a7f1439e
commit
84536564b6
2 changed files with 11 additions and 3 deletions
|
|
@ -380,8 +380,16 @@ const HK_ACHIEVEMENTS = {
|
|||
hasHuntersMark: ["Hunter's Mark", "Greenpath: Hunter"],
|
||||
journalEntriesCompleted: ["Creatures Encountered", "Hunter's Journal (164 max)", 164],
|
||||
journalNotesCompleted: ["Hunter Notes Completed", "Hunter's Journal (164 max)", 164],
|
||||
salubraBlessing: ["Salubra's Blessing", "Salubra: 800 Geo + 40 Charms"],
|
||||
falseKnightDreamDefeated: ["Failed Champion", "Forgotten Crossroads"],
|
||||
mageLordDreamDefeated: ["Soul Tyrant", "City of Tears: Soul Sanctum"],
|
||||
infectedKnightDreamDefeated: ["Lost Kin", "Ancient Basin"],
|
||||
whiteDefenderDefeated: ["White Defender", "Royal Waterways"],
|
||||
greyPrinceDefeated: ["Grey Prince Zote", "Dirtmouth"],
|
||||
killedHollowKnight: ["Hollow Knight", "Forgotten Crossroads: Black Egg Temple"],
|
||||
gotShadeCharm: ["Void Heart", "Kingsoul + Birthplace"],
|
||||
bossDoorStateTier5: ["Pantheon of Hallownest", "Godhome"],
|
||||
killedFinalBoss: ["Radiance", "Forgotten Crossroads: Black Egg Temple"],
|
||||
bossDoorStateTier5: ["Embrace the Void", "Godhome: Pantheon of Hallownest"],
|
||||
zoteDead: ["Optimal Zote", "Neglect"],
|
||||
nailsmithSpared: ["Optimal Nailsmith", "Happy Couple"],
|
||||
};
|
||||
|
|
@ -396,8 +404,8 @@ const HK_STATISTICS = {
|
|||
rancidEggs: ["Rancid Eggs", "Hallownest, Sly, Tuk"],
|
||||
xunFlowerBrokeTimes: ["Delicate Flowers broken", "Resting Grounds: Grey Mourner"],
|
||||
hasDreamGate: ["Dream Gate", "Seer: 900 Essence"],
|
||||
fragileHealth_unbreakable: ["Unbreakable Heart", "Divine: 12000 Geo"],
|
||||
fragileGreed_unbreakable: ["Unbreakable Greed", "Divine: 9000 Geo"],
|
||||
fragileHealth_unbreakable: ["Unbreakable Heart", "Divine: 12000 Geo"],
|
||||
fragileStrength_unbreakable: ["Unbreakable Strength", "Divine: 15000 Geo"],
|
||||
whiteDefenderDefeats: ["White Defender times defeated", "Royal Waterways (5 max)", 5],
|
||||
greyPrinceDefeats: ["Grey Prince Zote times defeated", "Dirtmouth (10 max)", 10],
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ function loadJSON(filename, callback) {
|
|||
xobj.send(null);
|
||||
}
|
||||
|
||||
loadJSON("save/" + fileName[7],
|
||||
loadJSON("save/" + fileName[0],
|
||||
function JSONparse(response) {
|
||||
// Parse JSON string into object
|
||||
jsonObj = JSON.parse(response);
|
||||
|
|
|
|||
Loading…
Reference in a new issue