You are viewing a potentially older version of this package. View all versions.
LengSword-MoreStaminaDrain-0.1.0 icon

MoreStaminaDrain

Increases the stamina drain multiplier for all characters.

Date uploaded a day ago
Version 0.1.0
Download link LengSword-MoreStaminaDrain-0.1.0.zip
Downloads 51
Dependency string LengSword-MoreStaminaDrain-0.1.0

This mod requires the following mods to function

BepInEx-BepInExPack_PEAK-5.4.2403 icon
BepInEx-BepInExPack_PEAK

BepInEx pack for PEAK. Preconfigured and ready to use.

Preferred version: 5.4.2403
Snosz-PhotonCustomPropsUtils-1.1.0 icon
Snosz-PhotonCustomPropsUtils

Helps modders easily synchronize room/player properties across all connected clients through Photon's Custom Properties.

Preferred version: 1.1.0

README

MoreStaminaDrain

Increases stamina drain by applying configurable multipliers to both global stamina consumption and climbing-specific stamina usage.

Features

  • Increases the effective stamina drain multiplier for normal gameplay.
  • Provides separate tuning for climbing stamina usage at both maximum and minimum values.
  • Supports multiplayer: the host's settings are synced to the room so clients follow the same values.

Configuration

The plugin creates configuration entries in the BepInEx config file under the General and Climbing sections.

Option Default Range Description
Enable true true/false Enables or disables the plugin.
Global Stamina Drain Multiplier 1.0 0.0 - 1000.0 Global multiplier for stamina drain.
Max Climbing Stamina Drain Multiplier 0.1 0.0 - 1.0 Multiplier used for the maximum climbing stamina usage.
Min Climbing Stamina Drain Multiplier 0.02 0.0 - 1.0 Multiplier used for the minimum climbing stamina usage.

CHANGELOG

Changelog

[0.1.0] - 2026-06-10

Added

  • Initial Release