diff --git a/CHANGELOG.md b/CHANGELOG.md index 573e689a5..434e9dcec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - Adds EMI pages for Create Blaze Burner Fuels and for in-world block modifications @BlueBoat29 - Removed nether portals @Pyritie - Added recipes for the rest of Create's windows and window panes @Pyritie +- Halved how quickly the durability decreases on the various hiking/steel toe boots @Pyritie ### Bug fixes - Ice soup now requires a bowl to craft, so it doesn't generate free bowls @Pyritie - Fixed repairing an iron flask consuming the knife, also added some flask recipes with rubber instead of a bladder (#1826) @Pyritie diff --git a/defaultconfigs/sns-server.toml b/defaultconfigs/sns-server.toml index 607f2221b..8030a9a05 100644 --- a/defaultconfigs/sns-server.toml +++ b/defaultconfigs/sns-server.toml @@ -152,7 +152,7 @@ #The amount of 'steps' taken before one point of durability is lost #Steps are defined as being any change in position while grounded between ticks (IE over 1 second 20 'steps' occur) #Range: > 0 - stepsPerDamage = 500 + stepsPerDamage = 1000 ["Boot config"."Steel Toe Boots"] #The movement speed bonus these boots provide @@ -167,7 +167,7 @@ #The amount of 'steps' taken before one point of durability is lost #Steps are defined as being any change in position while grounded between ticks (IE over 1 second 20 'steps' occur) #Range: > 0 - stepsPerDamage = 750 + stepsPerDamage = 1500 ["Boot config"."Black Steel Toe Boots"] #The movement speed bonus these boots provide @@ -182,7 +182,7 @@ #The amount of 'steps' taken before one point of durability is lost #Steps are defined as being any change in position while grounded between ticks (IE over 1 second 20 'steps' occur) #Range: > 0 - stepsPerDamage = 1000 + stepsPerDamage = 2000 ["Boot config"."Blue Steel Toe Boots"] #The movement speed bonus these boots provide @@ -197,7 +197,7 @@ #The amount of 'steps' taken before one point of durability is lost #Steps are defined as being any change in position while grounded between ticks (IE over 1 second 20 'steps' occur) #Range: > 0 - stepsPerDamage = 1500 + stepsPerDamage = 4000 ["Boot config"."Red Steel Toe Boots"] #The movement speed bonus these boots provide @@ -212,7 +212,7 @@ #The amount of 'steps' taken before one point of durability is lost #Steps are defined as being any change in position while grounded between ticks (IE over 1 second 20 'steps' occur) #Range: > 0 - stepsPerDamage = 1500 + stepsPerDamage = 4000 ["Horseshoes config"]