

A mod that allows you to customize player statistics and upgrades in-game through configuration values.
StatManager.dll file in the BepInEx/plugins directoryAfter the first run, a configuration file will be generated at BepInEx/config/Bocon.StatManager.cfg. You can edit this file to change the mod settings.
All values represent the number of times each upgrade should be applied. Default values are shown below:
[Stats]
## Amount of Health upgrades.
# Setting type: Int32
# Default value: 10
Health = 10
## Amount of Sprint Speed upgrades.
# Setting type: Int32
# Default value: 5
Sprint Speed = 5
## Amount of Player Map Count upgrades.
# Setting type: Int32
# Default value: 1
Player Map Count = 1
## Amount of Energy upgrades.
# Setting type: Int32
# Default value: 10
Energy = 10
## Amount of Extra Jump upgrades.
# Setting type: Int32
# Default value: 1
Extra Jump = 1
## Amount of Grab Range upgrades.
# Setting type: Int32
# Default value: 5
Grab Range = 5
## Amount of Grab Strength upgrades.
# Setting type: Int32
# Default value: 5
Grab Strength = 5
## Amount of Grab Throw upgrades.
# Setting type: Int32
# Default value: 5
Grab Throw = 5
## Amount of Tumble Launch upgrades.
# Setting type: Int32
# Default value: 5
Tumble Launch = 5
## Amount of Crouch Rest upgrades.
# Setting type: Int32
# Default value: 2
Crouch Rest = 2
## Amount of Tumble Wing upgrades.
# Setting type: Int32
# Default value: 2
Tumble Wings = 2
## Amount of Tumble Climb upgrades.
# Setting type: Int32
# Default value: 1
Tumble Climb = 1
## Amount of Death Head Battery upgrades.
# Setting type: Int32
# Default value: 1
Death Head Battery = 1

See it in action:
