From b10319fdf82e03610c9493642fc68cf82e1fc9a8 Mon Sep 17 00:00:00 2001 From: ReznoRMichael Date: Mon, 2 Aug 2021 21:37:23 +0200 Subject: [PATCH] add maps to database --- src/js/hk-database.js | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/js/hk-database.js b/src/js/hk-database.js index 0d32c4c..0b9b7c5 100644 --- a/src/js/hk-database.js +++ b/src/js/hk-database.js @@ -1374,6 +1374,21 @@ const HK = { 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.`, 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: { name: "Area Maps", spoiler: "Cornifer and Iselda, 13 Area Maps total", @@ -2449,7 +2464,7 @@ const HK = { }, }, - /* ################ Game Statistics ################### */ + /* ################ Optional Journal Entries ################### */ huntersJournalOptional: { h2: "Optional Journal Entries",