remove charm notches
This commit is contained in:
parent
8dc4472152
commit
0d074a8c68
4 changed files with 1 additions and 19 deletions
|
|
@ -432,7 +432,6 @@ function CheckExtendedCompletion(db) {
|
|||
case "geoPool":
|
||||
case "dreamOrbs":
|
||||
case "charmsOwned":
|
||||
case "charmSlots":
|
||||
case "nailDamage":
|
||||
case "rancidEggs":
|
||||
case "jinnEggsSold":
|
||||
|
|
@ -1070,7 +1069,6 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
|
|||
case "grubsCollected":
|
||||
case "grubRewards":
|
||||
case "charmsOwned":
|
||||
case "charmSlots":
|
||||
case "dreamOrbs":
|
||||
case "whisperingRoots":
|
||||
case "fountainGeo":
|
||||
|
|
@ -5858,13 +5856,6 @@ var HK = {
|
|||
maxDefault: 21,
|
||||
wiki: "Nail#Nail_Upgrades"
|
||||
},
|
||||
charmSlots: {
|
||||
name: "Charm Notches",
|
||||
spoiler: "11 Charm Notches total",
|
||||
max: 11,
|
||||
maxDefault: 11,
|
||||
wiki: "Category:Charms#Notches"
|
||||
},
|
||||
whisperingRoots: {
|
||||
name: "Whispering Roots Completed",
|
||||
spoiler: "Dream Nail (15 Roots total)",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -507,7 +507,6 @@ function CheckExtendedCompletion(db) {
|
|||
case "geoPool":
|
||||
case "dreamOrbs":
|
||||
case "charmsOwned":
|
||||
case "charmSlots":
|
||||
case "nailDamage":
|
||||
case "rancidEggs":
|
||||
case "jinnEggsSold":
|
||||
|
|
@ -1192,7 +1191,6 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
|
|||
case "grubsCollected":
|
||||
case "grubRewards":
|
||||
case "charmsOwned":
|
||||
case "charmSlots":
|
||||
case "dreamOrbs":
|
||||
case "whisperingRoots":
|
||||
case "fountainGeo":
|
||||
|
|
|
|||
|
|
@ -2708,13 +2708,6 @@ const HK = {
|
|||
maxDefault: 21,
|
||||
wiki: "Nail#Nail_Upgrades"
|
||||
},
|
||||
charmSlots: {
|
||||
name: "Charm Notches",
|
||||
spoiler: "11 Charm Notches total",
|
||||
max: 11,
|
||||
maxDefault: 11,
|
||||
wiki: "Category:Charms#Notches"
|
||||
},
|
||||
whisperingRoots: {
|
||||
name: "Whispering Roots Completed",
|
||||
spoiler: "Dream Nail (15 Roots total)",
|
||||
|
|
|
|||
Loading…
Reference in a new issue