charms found add
This commit is contained in:
parent
933b8a5e8d
commit
7654d173da
4 changed files with 9 additions and 14 deletions
11
build/app.js
11
build/app.js
|
|
@ -655,12 +655,13 @@ function CheckAdditionalThings(divId, dataObject, playerData, worldData, sceneDa
|
|||
case "areaMaps":
|
||||
case "grubsCollected":
|
||||
case "grubRewards":
|
||||
case "charmsOwned":
|
||||
case "charmSlots":
|
||||
case "dreamOrbs":
|
||||
case "whisperingRoots":
|
||||
case "fountainGeo":
|
||||
case "nailDamage":
|
||||
case "stationsOpened":
|
||||
case "charmSlots":
|
||||
case "whisperingRoots":
|
||||
case "journalEntriesCompleted":
|
||||
case "journalNotesCompleted":
|
||||
case "whiteDefenderDefeats":
|
||||
|
|
@ -3340,12 +3341,8 @@ var HK = {
|
|||
max: 46,
|
||||
wiki: "Grub#Rewards_and_locations"
|
||||
},
|
||||
|
||||
/*
|
||||
Charms Found:
|
||||
*/
|
||||
charmsOwned: {
|
||||
name: "Charms Owned",
|
||||
name: "Charms Found",
|
||||
spoiler: "out of 40 total",
|
||||
max: 40,
|
||||
wiki: "Category:Charms#List_of_Charms"
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -741,12 +741,13 @@ function CheckAdditionalThings(divId, dataObject, playerData, worldData, sceneDa
|
|||
case "areaMaps":
|
||||
case "grubsCollected":
|
||||
case "grubRewards":
|
||||
case "charmsOwned":
|
||||
case "charmSlots":
|
||||
case "dreamOrbs":
|
||||
case "whisperingRoots":
|
||||
case "fountainGeo":
|
||||
case "nailDamage":
|
||||
case "stationsOpened":
|
||||
case "charmSlots":
|
||||
case "whisperingRoots":
|
||||
case "journalEntriesCompleted":
|
||||
case "journalNotesCompleted":
|
||||
case "whiteDefenderDefeats":
|
||||
|
|
|
|||
|
|
@ -880,11 +880,8 @@ const HK = {
|
|||
max: 46,
|
||||
wiki: "Grub#Rewards_and_locations"
|
||||
},
|
||||
/*
|
||||
Charms Found:
|
||||
*/
|
||||
charmsOwned: {
|
||||
name: "Charms Owned",
|
||||
name: "Charms Found",
|
||||
spoiler: "out of 40 total",
|
||||
max: 40,
|
||||
wiki: "Category:Charms#List_of_Charms"
|
||||
|
|
|
|||
Loading…
Reference in a new issue