add Shade to Journal, percent and maxPercent
This commit is contained in:
parent
eacf10b36a
commit
47e4e61890
3 changed files with 17 additions and 1 deletions
|
|
@ -4603,6 +4603,8 @@ var HK = {
|
|||
h2: "Hunter's Journal (Base)",
|
||||
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.",
|
||||
percent: 0,
|
||||
maxPercent: 146,
|
||||
entries: {
|
||||
PrayerSlug: {
|
||||
name: "Maggot (2)",
|
||||
|
|
@ -5473,6 +5475,12 @@ var HK = {
|
|||
nameDefault: "Galien",
|
||||
spoiler: "Deepnest: below Failed Tramway",
|
||||
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
|
|
@ -1557,6 +1557,8 @@ const HK = {
|
|||
h2: "Hunter's Journal (Base)",
|
||||
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.`,
|
||||
percent: 0,
|
||||
maxPercent: 146,
|
||||
entries: {
|
||||
PrayerSlug: {
|
||||
name: "Maggot (2)",
|
||||
|
|
@ -2428,6 +2430,12 @@ const HK = {
|
|||
spoiler: "Deepnest: below Failed Tramway",
|
||||
wiki: "Galien"
|
||||
},
|
||||
ShadeJournal: {
|
||||
name: "Shade (0)",
|
||||
nameDefault: "Shade",
|
||||
spoiler: "Entry unlocked by default",
|
||||
wiki: "Shade"
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue