Add MVP respawn command

This commit is contained in:
2026-05-18 13:27:25 -07:00
parent d318e97977
commit 11f051c830
4 changed files with 86 additions and 1 deletions
+5 -1
View File
@@ -660,7 +660,11 @@ Target deliverable: A small group can join a server, spawn into one biome, gathe
`LastDeathReason` state, health depletion latches death, ordinary healing
cannot revive a dead character, `Revive` provides an explicit respawn/admin
hook, and debug HUD/console survival output show alive/dead state.
- [ ] Add respawn rules for MVP.
- [x] Add respawn rules for MVP. Added server-authoritative
`AgrarianRespawn`, available only after death, that returns the character to
the Ground Zero MVP spawn/home location, revives with partial health,
stabilizes hunger/thirst/body temperature, clears acute injury conditions,
and leaves family/inheritance respawn for later generational milestones.
- [ ] Add corpse/backpack placeholder if needed.
- [ ] Add replicated death feedback.