DayZ
InediaStamina
正在显示第 31 - 40 项,共 48 项条目
< 1  2  3  4  5 >
更新于:2023 年 8 月 4 日 下午 2:59

Hotfix after previous update.

更新于:2023 年 8 月 4 日 下午 2:36

Now you can set stamina consumption multipliers depending on the clothes the character is wearing.
More information:
https://github.com/ysaroka/InediaStamina/wiki/Description#clothing

更新于:2023 年 8 月 2 日 下午 2:13

Client side performance optimization.

更新于:2023 年 7 月 28 日 下午 6:48

Fixed bug with range of comfortable places.

更新于:2023 年 7 月 26 日 下午 3:55

New features:
- Now type of surface (road, grass, forest, etc.) also affects consumption of general stamina. Multipliers for each type of surface are set in configuration file, by default:
InediaStaminaGeneralOptions.SurfaceRoadMultiplier = 0.9;
InediaStaminaGeneralOptions.SurfaceGrassMultiplier = 1;
InediaStaminaGeneralOptions.SurfaceGrassTallMultiplier = 1.1;
InediaStaminaGeneralOptions.SurfaceForestMultiplier = 1.1;
InediaStaminaGeneralOptions.SurfaceStoneMultiplier = 1;
InediaStaminaGeneralOptions.SurfaceSandMultiplier = 1.5;
InediaStaminaGeneralOptions.SurfaceWaterMultiplier = 2;

Fixed:
- Sleeping inside tent worked like sleeping outside.

更新于:2023 年 7 月 22 日 上午 11:19

1) Now slope of terrain also affects the consumption of general stamina. Increases consumption on InediaStaminaGeneralOptions.OneDegreeOfSlopeUpMultiplierPercent percent per one degree up and decreases consumption on InediaStaminaGeneralOptions.OneDegreeOfSlopeDownMultiplierPercent percent per one degree down. Consumption cannot be increased by more than 400% up and decreased by more than 50% down.
Short video: YouTube

2) Now building consume general stamina: -3% per attempt (assembly and disassembly).

更新于:2023 年 7 月 17 日 下午 2:21

Hotfix.

更新于:2023 年 7 月 17 日 下午 2:15

Now when mining firewood and small stone - only 30% of CostPerMinePercent is spent, when mining wooden log and stone - 100%.

更新于:2023 年 7 月 17 日 上午 9:57

Hotfixes.

更新于:2023 年 7 月 17 日 上午 9:24

Added consumption of general stamina and sleep stamina when mining planks, respectively, parameters were added to config:
StaminaGeneralOptions.CostPerMinePlanksFromPileOfWoodenPlanksPercent (default: -3)
StaminaGeneralOptions.CostPerMinePlanksFromWoodenLogPercent (default: -15, it's very difficult work)
StaminaSleepOptions.CostPerMinePlanksFromPileOfWoodenPlanksPercent (default: -0.01)
StaminaSleepOptions.CostPerMinePlanksFromWoodenLogPercent (default: -0.05)