Document carry capacity placeholder

This commit is contained in:
2026-05-17 13:26:14 -07:00
parent edd40501d6
commit cb663fbfaf
4 changed files with 122 additions and 1 deletions
+5 -1
View File
@@ -510,7 +510,11 @@ Target deliverable: A small group can join a server, spawn into one biome, gathe
state; tools remain inventory items until active hand, worn, backpack, armor,
weapon, durability, animation, or mesh-attachment rules require replicated and
persisted slot state.
- [ ] Add weight or carry capacity placeholder.
- [x] Add weight or carry capacity placeholder. Locked MVP carry capacity to
stack `UnitWeight`, inventory `GetTotalWeight`, character comfort/heavy carry
thresholds, strength-scaled movement penalties, and a debug HUD carried
weight readout. Later volume, backpack, awkward-object, and hard overload
rules should extend this hook.
- [ ] Add inventory UI.
- [x] Add replication for inventory changes.
- [ ] Add persistence for inventory.