Removed Whispering Roots, Relics, Geo Rocks
This commit is contained in:
parent
41dd4775e8
commit
52b780c597
4 changed files with 9 additions and 1 deletions
|
|
@ -118,6 +118,9 @@ If you like the tool and wish it developed further with more functions and easie
|
|||
✅ World Interactions.
|
||||
✅ Secret Rooms.
|
||||
|
||||
— **Game Statistics** changes:
|
||||
✅ Removed Whispering Roots, Relics, Geo Rocks.
|
||||
|
||||
* v1.6.1 2022-01-14:
|
||||
|
||||
— **Bug Fixes:**
|
||||
|
|
|
|||
|
|
@ -8510,6 +8510,8 @@ var HK = {
|
|||
maxDefault: 21,
|
||||
wiki: "Nail#Nail_Upgrades"
|
||||
},
|
||||
|
||||
/*
|
||||
whisperingRoots: {
|
||||
name: "Whispering Roots Completed",
|
||||
spoiler: "Dream Nail (15 Roots total)",
|
||||
|
|
@ -8553,6 +8555,7 @@ var HK = {
|
|||
maxDefault: 3,
|
||||
wiki: "Arcane_Egg"
|
||||
},
|
||||
*/
|
||||
// not ghostCoins
|
||||
geoPool: {
|
||||
name: "Shade Geo",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -5301,6 +5301,7 @@ const HK = {
|
|||
maxDefault: 21,
|
||||
wiki: "Nail#Nail_Upgrades"
|
||||
},
|
||||
/*
|
||||
whisperingRoots: {
|
||||
name: "Whispering Roots Completed",
|
||||
spoiler: "Dream Nail (15 Roots total)",
|
||||
|
|
@ -5344,6 +5345,7 @@ const HK = {
|
|||
maxDefault: 3,
|
||||
wiki: "Arcane_Egg"
|
||||
},
|
||||
*/
|
||||
// not ghostCoins
|
||||
geoPool: {
|
||||
name: "Shade Geo",
|
||||
|
|
|
|||
Loading…
Reference in a new issue