add individual Charm Notches

This commit is contained in:
ReznoRMichael 2020-10-06 14:14:59 +02:00
parent be4de5ad01
commit bb62fb31d0
2 changed files with 11 additions and 2 deletions

View file

@ -401,6 +401,14 @@ const HK_ACHIEVEMENTS = {
const HK_STATISTICS = { const HK_STATISTICS = {
nailDamage: ["Nail Damage", "Nailsmith upgrades", 21], nailDamage: ["Nail Damage", "Nailsmith upgrades", 21],
charmSlots: ["Charm Notches", "out of 11 total", 11], charmSlots: ["Charm Notches", "out of 11 total", 11],
notchShroomOgres: ["Charm Notch #1", "Fungal Wastes: Shroom Ogres"],
salubraNotch1: ["Charm Notch #2", "Salubra: 120 Geo + 5 Charms"],
salubraNotch2: ["Charm Notch #3", "Salubra: 500 Geo + 10 Charms"],
salubraNotch3: ["Charm Notch #4", "Salubra: 900 Geo + 18 Charms"],
salubraNotch4: ["Charm Notch #5", "Salubra: 1400 Geo + 25 Charms"],
colosseumBronzeCompleted: ["Charm Notch #6", "Colosseum of Fools: Trial of the Warrior"],
notchFogCanyon: ["Charm Notch #7", "Fog Canyon: explosive eggs room"],
gotGrimmNotch: ["Charm Notch #8", "Dirtmouth: Troupe Leader Grimm"],
relicsWandererJournal: ["Relic #1 found total", "Wanderer's Journal (out of 14)", 14, "trinket1", "soldTrinket1"], relicsWandererJournal: ["Relic #1 found total", "Wanderer's Journal (out of 14)", 14, "trinket1", "soldTrinket1"],
relicsHallownestSeal: ["Relic #2 found total", "Hallownest Seal (out of 17)", 17, "trinket2", "soldTrinket2"], relicsHallownestSeal: ["Relic #2 found total", "Hallownest Seal (out of 17)", 17, "trinket2", "soldTrinket2"],
relicsKingsIdol: ["Relic #3 found total", "King's Idol (out of 8)", 8, "trinket3", "soldTrinket3"], relicsKingsIdol: ["Relic #3 found total", "King's Idol (out of 8)", 8, "trinket3", "soldTrinket3"],

View file

@ -12,7 +12,8 @@ var fileName = [
"reznor99whitefragment.json", // 7 "reznor99whitefragment.json", // 7
"reznor100.json", // 8 "reznor100.json", // 8
"reznor103ss.json", // 9 "reznor103ss.json", // 9
"reznor112grimm.json", // 10 "reznor107.json", // 10
"reznor112grimm.json", // 11
]; ];
/** /**
@ -45,7 +46,7 @@ function loadJSON(filename, callback) {
xobj.send(null); xobj.send(null);
} }
loadJSON("save/" + fileName[3], loadJSON("save/" + fileName[5],
function JSONparse(response) { function JSONparse(response) {
// Parse JSON string into object // Parse JSON string into object
jsonObj = JSON.parse(response); jsonObj = JSON.parse(response);