reduces carry capacity per pt of strength

This commit is contained in:
Llywelwyn 2023-08-30 02:16:49 +01:00
parent 7d201b5736
commit 81a48d5a6e

View file

@ -1,5 +1,5 @@
pub const DEFAULT_VIEWSHED_STANDARD: i32 = 16; // Standard viewshed radius for almost all entities.
pub const CARRY_CAPACITY_PER_STRENGTH: i32 = 8; // How much weight can be carried per point of strength.
pub const CARRY_CAPACITY_PER_STRENGTH: i32 = 5; // How much weight can be carried per point of strength.
pub const NORMAL_SPEED: i32 = 12; // Normal speed for almost all entities.
pub const SPEED_MOD_BURDENED: f32 = 0.75;
pub const SPEED_MOD_STRAINED: f32 = 0.5;