add maps to database
This commit is contained in:
parent
04878da2b9
commit
b10319fdf8
1 changed files with 16 additions and 1 deletions
|
|
@ -1374,6 +1374,21 @@ const HK = {
|
||||||
id: "hk-achievements",
|
id: "hk-achievements",
|
||||||
description: `All the completely optional things that matter for achievements. This includes the rarest and most likely missable Hunter's Journal enemies (prefixed by "Journal: "). You will also see your Zote/Nailsmith choices that you've made.`,
|
description: `All the completely optional things that matter for achievements. This includes the rarest and most likely missable Hunter's Journal enemies (prefixed by "Journal: "). You will also see your Zote/Nailsmith choices that you've made.`,
|
||||||
entries: {
|
entries: {
|
||||||
|
hasMap: {
|
||||||
|
name: "Inventory Map",
|
||||||
|
spoiler: "Any map bought from Cornifer or Iselda",
|
||||||
|
wiki: "Map_and_Quill"
|
||||||
|
},
|
||||||
|
mapCrossroads: {
|
||||||
|
name: "Map: Forgotten Crossroads",
|
||||||
|
spoiler: "30/40 Geo: below Gruzzer area",
|
||||||
|
wiki: "Forgotten_Crossroads"
|
||||||
|
},
|
||||||
|
mapGreenpath: {
|
||||||
|
name: "Map: Greenpath",
|
||||||
|
spoiler: "60/80 Geo: just below Greenpath entrance",
|
||||||
|
wiki: "Greenpath"
|
||||||
|
},
|
||||||
areaMaps: {
|
areaMaps: {
|
||||||
name: "Area Maps",
|
name: "Area Maps",
|
||||||
spoiler: "Cornifer and Iselda, 13 Area Maps total",
|
spoiler: "Cornifer and Iselda, 13 Area Maps total",
|
||||||
|
|
@ -2449,7 +2464,7 @@ const HK = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
/* ################ Game Statistics ################### */
|
/* ################ Optional Journal Entries ################### */
|
||||||
|
|
||||||
huntersJournalOptional: {
|
huntersJournalOptional: {
|
||||||
h2: "Optional Journal Entries",
|
h2: "Optional Journal Entries",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue