add Shade to Journal, percent and maxPercent

This commit is contained in:
ReznoRMichael 2021-07-30 17:16:16 +02:00
parent eacf10b36a
commit 47e4e61890
3 changed files with 17 additions and 1 deletions

View file

@ -4603,6 +4603,8 @@ var HK = {
h2: "Hunter's Journal (Base)", h2: "Hunter's Journal (Base)",
id: "hk-journal", id: "hk-journal",
description: "All 146 base Hunter's Journal entries that are required for Hunter's Mark and Keen Hunter/True Hunter achievements. There are more entries than base 146 (below), but they are completely optional. Green = note completed. Gray = entry discovered, but note not completed. Red = entry not yet discovered. (nr) = amount left to complete note.", description: "All 146 base Hunter's Journal entries that are required for Hunter's Mark and Keen Hunter/True Hunter achievements. There are more entries than base 146 (below), but they are completely optional. Green = note completed. Gray = entry discovered, but note not completed. Red = entry not yet discovered. (nr) = amount left to complete note.",
percent: 0,
maxPercent: 146,
entries: { entries: {
PrayerSlug: { PrayerSlug: {
name: "Maggot (2)", name: "Maggot (2)",
@ -5473,6 +5475,12 @@ var HK = {
nameDefault: "Galien", nameDefault: "Galien",
spoiler: "Deepnest: below Failed Tramway", spoiler: "Deepnest: below Failed Tramway",
wiki: "Galien" wiki: "Galien"
},
ShadeJournal: {
name: "Shade (0)",
nameDefault: "Shade",
spoiler: "Entry unlocked by default",
wiki: "Shade"
} }
} }
}, },

File diff suppressed because one or more lines are too long

View file

@ -1557,6 +1557,8 @@ const HK = {
h2: "Hunter's Journal (Base)", h2: "Hunter's Journal (Base)",
id: "hk-journal", id: "hk-journal",
description: `All 146 base Hunter's Journal entries that are required for Hunter's Mark and Keen Hunter/True Hunter achievements. There are more entries than base 146 (below), but they are completely optional. Green = note completed. Gray = entry discovered, but note not completed. Red = entry not yet discovered. (nr) = amount left to complete note.`, description: `All 146 base Hunter's Journal entries that are required for Hunter's Mark and Keen Hunter/True Hunter achievements. There are more entries than base 146 (below), but they are completely optional. Green = note completed. Gray = entry discovered, but note not completed. Red = entry not yet discovered. (nr) = amount left to complete note.`,
percent: 0,
maxPercent: 146,
entries: { entries: {
PrayerSlug: { PrayerSlug: {
name: "Maggot (2)", name: "Maggot (2)",
@ -2428,6 +2430,12 @@ const HK = {
spoiler: "Deepnest: below Failed Tramway", spoiler: "Deepnest: below Failed Tramway",
wiki: "Galien" wiki: "Galien"
}, },
ShadeJournal: {
name: "Shade (0)",
nameDefault: "Shade",
spoiler: "Entry unlocked by default",
wiki: "Shade"
},
}, },
}, },