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 "areaMaps":
|
||||||
case "grubsCollected":
|
case "grubsCollected":
|
||||||
case "grubRewards":
|
case "grubRewards":
|
||||||
|
case "charmsOwned":
|
||||||
|
case "charmSlots":
|
||||||
case "dreamOrbs":
|
case "dreamOrbs":
|
||||||
|
case "whisperingRoots":
|
||||||
case "fountainGeo":
|
case "fountainGeo":
|
||||||
case "nailDamage":
|
case "nailDamage":
|
||||||
case "stationsOpened":
|
case "stationsOpened":
|
||||||
case "charmSlots":
|
|
||||||
case "whisperingRoots":
|
|
||||||
case "journalEntriesCompleted":
|
case "journalEntriesCompleted":
|
||||||
case "journalNotesCompleted":
|
case "journalNotesCompleted":
|
||||||
case "whiteDefenderDefeats":
|
case "whiteDefenderDefeats":
|
||||||
|
|
@ -3340,12 +3341,8 @@ var HK = {
|
||||||
max: 46,
|
max: 46,
|
||||||
wiki: "Grub#Rewards_and_locations"
|
wiki: "Grub#Rewards_and_locations"
|
||||||
},
|
},
|
||||||
|
|
||||||
/*
|
|
||||||
Charms Found:
|
|
||||||
*/
|
|
||||||
charmsOwned: {
|
charmsOwned: {
|
||||||
name: "Charms Owned",
|
name: "Charms Found",
|
||||||
spoiler: "out of 40 total",
|
spoiler: "out of 40 total",
|
||||||
max: 40,
|
max: 40,
|
||||||
wiki: "Category:Charms#List_of_Charms"
|
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 "areaMaps":
|
||||||
case "grubsCollected":
|
case "grubsCollected":
|
||||||
case "grubRewards":
|
case "grubRewards":
|
||||||
|
case "charmsOwned":
|
||||||
|
case "charmSlots":
|
||||||
case "dreamOrbs":
|
case "dreamOrbs":
|
||||||
|
case "whisperingRoots":
|
||||||
case "fountainGeo":
|
case "fountainGeo":
|
||||||
case "nailDamage":
|
case "nailDamage":
|
||||||
case "stationsOpened":
|
case "stationsOpened":
|
||||||
case "charmSlots":
|
|
||||||
case "whisperingRoots":
|
|
||||||
case "journalEntriesCompleted":
|
case "journalEntriesCompleted":
|
||||||
case "journalNotesCompleted":
|
case "journalNotesCompleted":
|
||||||
case "whiteDefenderDefeats":
|
case "whiteDefenderDefeats":
|
||||||
|
|
|
||||||
|
|
@ -880,11 +880,8 @@ const HK = {
|
||||||
max: 46,
|
max: 46,
|
||||||
wiki: "Grub#Rewards_and_locations"
|
wiki: "Grub#Rewards_and_locations"
|
||||||
},
|
},
|
||||||
/*
|
|
||||||
Charms Found:
|
|
||||||
*/
|
|
||||||
charmsOwned: {
|
charmsOwned: {
|
||||||
name: "Charms Owned",
|
name: "Charms Found",
|
||||||
spoiler: "out of 40 total",
|
spoiler: "out of 40 total",
|
||||||
max: 40,
|
max: 40,
|
||||||
wiki: "Category:Charms#List_of_Charms"
|
wiki: "Category:Charms#List_of_Charms"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue