Replace/overwrite weightoverloading.cs in scripts/misc
Changes Made:
Global Reduction Factor: A new constant StaminaDrainReductionFactor is introduced to apply a uniform reduction across all stamina drain calculations. It's set to 0.5 to reduce stamina loss by 50%. You can adjust this value based on your needs.
Modified Stamina Calculations: In each place where stamina is reduced (FatigueOnDamage, EventSink_Movement), the calculated stamina loss is multiplied by the StaminaDrainReductionFactor to decrease the amount deducted.
Adjusted Logic for Stamina Reduction:
FatigueOnDamage: Adjusted stamina loss with the global factor.
EventSink_Movement: Applied the global factor when calculating stamina loss due to overloading and when decrementing stamina during movement.