Add sprain movement placeholder

This commit is contained in:
2026-05-18 13:09:48 -07:00
parent c796a99d89
commit 559a5b237b
8 changed files with 98 additions and 3 deletions
+4 -1
View File
@@ -645,7 +645,10 @@ Target deliverable: A small group can join a server, spawn into one biome, gathe
`BleedingSeverity`, applies lightweight health/exhaustion pressure while
bleeding, adds bleeding from generic injuries, exposes add/reduce hooks, and
shows bleeding in debug HUD and console survival output.
- [ ] Add sprain or movement penalty placeholder.
- [x] Add sprain or movement penalty placeholder. Survival now tracks replicated
`SprainSeverity`, generic injuries can seed sprain severity, active sprains
add light exhaustion pressure, movement speed includes an explicit sprain
multiplier, and debug HUD/console output display sprain state.
- [x] Add cold exposure damage.
- [x] Add starvation damage.
- [x] Add dehydration damage.