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 "geoPool":
|
||||||
case "dreamOrbs":
|
case "dreamOrbs":
|
||||||
case "charmsOwned":
|
case "charmsOwned":
|
||||||
case "charmSlots":
|
|
||||||
case "nailDamage":
|
case "nailDamage":
|
||||||
case "rancidEggs":
|
case "rancidEggs":
|
||||||
case "jinnEggsSold":
|
case "jinnEggsSold":
|
||||||
|
|
@ -1070,7 +1069,6 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
|
||||||
case "grubsCollected":
|
case "grubsCollected":
|
||||||
case "grubRewards":
|
case "grubRewards":
|
||||||
case "charmsOwned":
|
case "charmsOwned":
|
||||||
case "charmSlots":
|
|
||||||
case "dreamOrbs":
|
case "dreamOrbs":
|
||||||
case "whisperingRoots":
|
case "whisperingRoots":
|
||||||
case "fountainGeo":
|
case "fountainGeo":
|
||||||
|
|
@ -5858,13 +5856,6 @@ var HK = {
|
||||||
maxDefault: 21,
|
maxDefault: 21,
|
||||||
wiki: "Nail#Nail_Upgrades"
|
wiki: "Nail#Nail_Upgrades"
|
||||||
},
|
},
|
||||||
charmSlots: {
|
|
||||||
name: "Charm Notches",
|
|
||||||
spoiler: "11 Charm Notches total",
|
|
||||||
max: 11,
|
|
||||||
maxDefault: 11,
|
|
||||||
wiki: "Category:Charms#Notches"
|
|
||||||
},
|
|
||||||
whisperingRoots: {
|
whisperingRoots: {
|
||||||
name: "Whispering Roots Completed",
|
name: "Whispering Roots Completed",
|
||||||
spoiler: "Dream Nail (15 Roots total)",
|
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 "geoPool":
|
||||||
case "dreamOrbs":
|
case "dreamOrbs":
|
||||||
case "charmsOwned":
|
case "charmsOwned":
|
||||||
case "charmSlots":
|
|
||||||
case "nailDamage":
|
case "nailDamage":
|
||||||
case "rancidEggs":
|
case "rancidEggs":
|
||||||
case "jinnEggsSold":
|
case "jinnEggsSold":
|
||||||
|
|
@ -1192,7 +1191,6 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
|
||||||
case "grubsCollected":
|
case "grubsCollected":
|
||||||
case "grubRewards":
|
case "grubRewards":
|
||||||
case "charmsOwned":
|
case "charmsOwned":
|
||||||
case "charmSlots":
|
|
||||||
case "dreamOrbs":
|
case "dreamOrbs":
|
||||||
case "whisperingRoots":
|
case "whisperingRoots":
|
||||||
case "fountainGeo":
|
case "fountainGeo":
|
||||||
|
|
|
||||||
|
|
@ -2708,13 +2708,6 @@ const HK = {
|
||||||
maxDefault: 21,
|
maxDefault: 21,
|
||||||
wiki: "Nail#Nail_Upgrades"
|
wiki: "Nail#Nail_Upgrades"
|
||||||
},
|
},
|
||||||
charmSlots: {
|
|
||||||
name: "Charm Notches",
|
|
||||||
spoiler: "11 Charm Notches total",
|
|
||||||
max: 11,
|
|
||||||
maxDefault: 11,
|
|
||||||
wiki: "Category:Charms#Notches"
|
|
||||||
},
|
|
||||||
whisperingRoots: {
|
whisperingRoots: {
|
||||||
name: "Whispering Roots Completed",
|
name: "Whispering Roots Completed",
|
||||||
spoiler: "Dream Nail (15 Roots total)",
|
spoiler: "Dream Nail (15 Roots total)",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue