moved journal to statistics
This commit is contained in:
parent
65c32e8c95
commit
e00f6d170c
3 changed files with 32 additions and 32 deletions
32
build/app.js
32
build/app.js
|
|
@ -3997,22 +3997,6 @@ var HK = {
|
||||||
list: ["mapCrossroads", "mapGreenpath", "mapFogCanyon", "mapRoyalGardens", "mapFungalWastes", "mapCity", "mapWaterways", "mapMines", "mapDeepnest", "mapCliffs", "mapOutskirts", "mapRestingGrounds", "mapAbyss"],
|
list: ["mapCrossroads", "mapGreenpath", "mapFogCanyon", "mapRoyalGardens", "mapFungalWastes", "mapCity", "mapWaterways", "mapMines", "mapDeepnest", "mapCliffs", "mapOutskirts", "mapRestingGrounds", "mapAbyss"],
|
||||||
wiki: "Map_and_Quill#Maps"
|
wiki: "Map_and_Quill#Maps"
|
||||||
},
|
},
|
||||||
journalEntriesCompleted: {
|
|
||||||
name: "Creatures Encountered",
|
|
||||||
spoiler: "Hunter's Journal (164 max)",
|
|
||||||
max: 164,
|
|
||||||
wiki: "Category:Enemies_(Hollow_Knight)#Compendium"
|
|
||||||
},
|
|
||||||
|
|
||||||
/*
|
|
||||||
Add 4 remaining to Hunter Notes max
|
|
||||||
*/
|
|
||||||
journalNotesCompleted: {
|
|
||||||
name: "Hunter Notes Completed",
|
|
||||||
spoiler: "Hunter's Journal (164 max)",
|
|
||||||
max: 164,
|
|
||||||
wiki: "Category:Enemies_(Hollow_Knight)#Compendium"
|
|
||||||
},
|
|
||||||
hasJournal: {
|
hasJournal: {
|
||||||
name: "Hunter's Journal",
|
name: "Hunter's Journal",
|
||||||
spoiler: "Greenpath: Hunter, above Stone Sanctuary",
|
spoiler: "Greenpath: Hunter, above Stone Sanctuary",
|
||||||
|
|
@ -4274,6 +4258,22 @@ var HK = {
|
||||||
h2: "Game Statistics",
|
h2: "Game Statistics",
|
||||||
id: "hk-statistics",
|
id: "hk-statistics",
|
||||||
entries: {
|
entries: {
|
||||||
|
journalEntriesCompleted: {
|
||||||
|
name: "Creatures Encountered",
|
||||||
|
spoiler: "Hunter's Journal (164 max)",
|
||||||
|
max: 164,
|
||||||
|
wiki: "Category:Enemies_(Hollow_Knight)#Compendium"
|
||||||
|
},
|
||||||
|
|
||||||
|
/*
|
||||||
|
Add 4 remaining to Hunter Notes max
|
||||||
|
*/
|
||||||
|
journalNotesCompleted: {
|
||||||
|
name: "Hunter Notes Completed",
|
||||||
|
spoiler: "Hunter's Journal (164 max)",
|
||||||
|
max: 164,
|
||||||
|
wiki: "Category:Enemies_(Hollow_Knight)#Compendium"
|
||||||
|
},
|
||||||
nailDamage: {
|
nailDamage: {
|
||||||
name: "Nail Damage",
|
name: "Nail Damage",
|
||||||
spoiler: "Nailsmith upgrades, City of Tears",
|
spoiler: "Nailsmith upgrades, City of Tears",
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1275,21 +1275,6 @@ const HK = {
|
||||||
],
|
],
|
||||||
wiki: "Map_and_Quill#Maps"
|
wiki: "Map_and_Quill#Maps"
|
||||||
},
|
},
|
||||||
journalEntriesCompleted: {
|
|
||||||
name: "Creatures Encountered",
|
|
||||||
spoiler: "Hunter's Journal (164 max)",
|
|
||||||
max: 164,
|
|
||||||
wiki: "Category:Enemies_(Hollow_Knight)#Compendium"
|
|
||||||
},
|
|
||||||
/*
|
|
||||||
Add 4 remaining to Hunter Notes max
|
|
||||||
*/
|
|
||||||
journalNotesCompleted: {
|
|
||||||
name: "Hunter Notes Completed",
|
|
||||||
spoiler: "Hunter's Journal (164 max)",
|
|
||||||
max: 164,
|
|
||||||
wiki: "Category:Enemies_(Hollow_Knight)#Compendium"
|
|
||||||
},
|
|
||||||
hasJournal: {
|
hasJournal: {
|
||||||
name: "Hunter's Journal",
|
name: "Hunter's Journal",
|
||||||
spoiler: "Greenpath: Hunter, above Stone Sanctuary",
|
spoiler: "Greenpath: Hunter, above Stone Sanctuary",
|
||||||
|
|
@ -1553,6 +1538,21 @@ const HK = {
|
||||||
h2: "Game Statistics",
|
h2: "Game Statistics",
|
||||||
id: "hk-statistics",
|
id: "hk-statistics",
|
||||||
entries: {
|
entries: {
|
||||||
|
journalEntriesCompleted: {
|
||||||
|
name: "Creatures Encountered",
|
||||||
|
spoiler: "Hunter's Journal (164 max)",
|
||||||
|
max: 164,
|
||||||
|
wiki: "Category:Enemies_(Hollow_Knight)#Compendium"
|
||||||
|
},
|
||||||
|
/*
|
||||||
|
Add 4 remaining to Hunter Notes max
|
||||||
|
*/
|
||||||
|
journalNotesCompleted: {
|
||||||
|
name: "Hunter Notes Completed",
|
||||||
|
spoiler: "Hunter's Journal (164 max)",
|
||||||
|
max: 164,
|
||||||
|
wiki: "Category:Enemies_(Hollow_Knight)#Compendium"
|
||||||
|
},
|
||||||
nailDamage: {
|
nailDamage: {
|
||||||
name: "Nail Damage",
|
name: "Nail Damage",
|
||||||
spoiler: "Nailsmith upgrades, City of Tears",
|
spoiler: "Nailsmith upgrades, City of Tears",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue