StaminaCostTweaks
Client-side stamina cost/regen tweaks: climb/sprint/glider %, regen delay, extreme low-stamina mode, free-stamina hotkey. 体力消耗/回体/极限攀爬可调(仅客机).
By youxia173
| Last updated | 21 hours ago |
| Total downloads | 260 |
| Total rating | 0 |
| Categories | Client Side |
| Dependency string | youxia173-StaminaCostTweaks-1.0.11 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack_PEAK
BepInEx pack for PEAK. Preconfigured and ready to use.
Preferred version: 5.4.2403README
StaminaCostTweaks / 体力消耗倍率
Client-side stamina drain & regen tweaks for PEAK.
PEAK 体力消耗与恢复调整模组(仅客机 / Client Side)。
Author / 作者: youxia173
Chinese alias / 中文名: 体力消耗倍率
Version / 版本: 1.0.11
Features / 功能
English
- Scale stamina cost for sprint, climb, climb-jump, vine idle, and glider (open + continuous)
- Scale natural stamina regen rate (food / morale extra stamina unaffected)
- Scale regen delay after spending stamina (vanilla ~1s / ~2s when empty)
- Extreme climb mode: when you are nearly out of main or bonus stamina, climb / vine / rope / glider costs drop to a lower % (default 30%)
- Optional free stamina hotkey (default top-row
6); set toNoneto disable the toggle - Only affects your local character; teammates need their own copy
中文
- 可分别调整:冲刺 / 攀爬 / 攀爬跳 / 藤蔓空闲 / 滑翔伞 的体力消耗比例
- 可调整自然回体速度(不影响食物、士气等额外体力)
- 可调整耗体后开始回体的等待时间(原版约有体力 1 秒 / 空条 2 秒)
- 极限攀爬:主体力或额外体力见底时,攀爬 / 藤蔓 / 绳子 / 滑翔伞消耗降为更低比例(默认原版的 30%)
- 可选免费体力快捷键(默认大键盘
6);设为None则无法开启 - 仅对本机角色生效;队友需各自安装
Install / 安装
- Install BepInExPack PEAK
先安装 BepInExPack PEAK - Install this mod with a Thunderstore mod manager, or copy
youxia173.StaminaCostTweaks.dllintoBepInEx/plugins/
用管理器安装,或把 DLL 放到BepInEx/plugins/
Recommended categories / 建议分类: Client Side · Quality Of Life · Mods
How to edit config / 如何改配置
- Launch the game once with the mod installed (creates the config file).
装好模组后先启动一次游戏(会生成配置文件)。 - Close the game, then edit:
关闭游戏后编辑:
BepInEx/config/youxia173.StaminaCostTweaks.cfg
- Change values, save, restart the game.
改完保存,再进游戏生效。
Percent rule / 百分比规则:
100 = vanilla / 原版 · 80 = 80% of vanilla / 原版的八成 · 0 = none / 不耗或不回(视具体项而定)
Range for most cost/regen options: 0–500.
Config options / 配置项一览
[StaminaCost] — costs & regen / 消耗与回体
| Key | Default | English | 中文 |
|---|---|---|---|
SprintCostPercent |
80 |
Sprint stamina cost % | 冲刺消耗百分比 |
ClimbCostPercent |
80 |
Continuous climb cost % | 攀爬(持续)消耗百分比 |
ClimbJumpCostPercent |
80 |
Climb-jump cost % | 攀爬跳跃消耗百分比 |
VineIdleCostPercent |
80 |
Vine idle (almost still) cost % | 藤蔓空闲消耗百分比 |
GliderCostPercent |
80 |
Glider open + continuous cost % | 滑翔伞(开伞+持续)消耗百分比 |
StaminaRegenPercent |
120 |
Natural regen speed % (~0.2/s vanilla). Does not affect food/morale bonus stamina | 自然回体速度 %(原版约 0.2/秒)。不影响食物/士气额外体力 |
StaminaRegenDelayPercent |
50 |
Delay before regen after spending. Vanilla ~1s (stamina>0) / ~2s (empty). 50 = half delay |
耗体后开始回体的等待 %。原版约 1 秒 / 空条 2 秒。50 = 延迟减半 |
ExtremeClimbEnabled |
true |
Enable extreme low-stamina mode | 是否启用极限攀爬 |
ExtremeClimbCostPercent |
30 |
Cost % while extreme mode is active (vs vanilla). Overrides climb/vine/glider percents | 极限状态下的消耗 %(相对原版)。会覆盖攀爬/藤蔓/滑翔伞等分项 |
ExtremeClimbBelowPercent |
10 |
Threshold %. Triggers when: (bonus≈0 and current<N%) or (current≈0 and bonus<N%) | 阈值 %。触发条件:额外≈0 且当前<N,或 当前≈0 且额外<N |
[Hotkeys] — free stamina / 免费体力
| Key | Default | English | 中文 |
|---|---|---|---|
ToggleFreeStaminaKey |
Alpha6 |
Toggle free stamina (skips all local UseStamina). Use Keypad6 for numpad. Set None to disable the hotkey (feature stays off) |
切换免费体力(跳过本机所有扣体)。小键盘用 Keypad6。设为 None 关闭快捷键(无法开启免费体力) |
Free stamina starts OFF every launch. Only works while free stamina is OFF for the percent options above.
免费体力每次开局默认关闭。上方百分比仅在免费体力关闭时生效。
Examples / 示例
[StaminaCost]
SprintCostPercent = 80
ClimbCostPercent = 80
GliderCostPercent = 80
StaminaRegenPercent = 120
StaminaRegenDelayPercent = 50
ExtremeClimbEnabled = true
ExtremeClimbCostPercent = 30
ExtremeClimbBelowPercent = 10
[Hotkeys]
ToggleFreeStaminaKey = None
- Want vanilla costs but faster regen: set cost keys to
100, keepStaminaRegenPercent = 120.
只要原版消耗、更快回体:消耗项改100,回体保持120。 - Want no free-stamina cheat key:
ToggleFreeStaminaKey = None.
不要免费体力键:设为None。
Notes / 说明
- Client-side only — does not force effects on other players.
仅客机,不会强迫队友生效。 - Applied around the game’s own difficulty stamina multipliers.
在游戏难度体力系数附近生效(与难度系数叠加)。 - Compatible with PEAK + BepInExPack PEAK.
适用于 PEAK + BepInExPack PEAK。
Changelog / 更新日志
See CHANGELOG.md.