Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
ImprovedStamina
Enhances the stamina regeneration system in the game.
| Last updated | a year ago |
| Total downloads | 1209702 |
| Total rating | 24 |
| Categories | Mods Client-side |
| Dependency string | Flopper-ImprovedStamina-1.2.0 |
| Dependants | 399 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
Improved Stamina
This is a mod that enhances the stamina regeneration system in the game. Instead of the default recharge behavior, this mod introduces a dynamic stamina regen mechanic:
Default Configuration:
- Gradual Stamina Regeneration: After stopping sprinting, stamina starts regenerating after 0.5 seconds.
- Scaling Regen Rate: Over 3.0 seconds, the regeneration rate increases up to +8 stamina per second.
- More Natural Recovery: The system ensures a smoother and more responsive stamina recovery experience.
This mod does not alter any other movement mechanics.
Configuration
- You can update the configuration which is located at
BepInEx/config/ImprovedStamina.cfg
| Setting | Default Value | Max Value | Description |
|---|---|---|---|
MaxRegenRate |
8.0 | 25.0 | The maximum stamina regeneration multiplier. |
RegenRampUpTime |
3.0 | 25.0 | The time (in seconds) it takes for stamina regeneration to reach max speed. |
DelayBeforeRegen |
0.5 | 25.0 | The delay (in seconds) after stopping sprinting before regeneration starts. |
SprintDrainMultiplier |
1.0 | 10.0 | Multiplier for stamina cost when sprinting. 1.0x is the game's default. |