Expand bandage treatment effects

This commit is contained in:
2026-05-18 13:16:56 -07:00
parent 559a5b237b
commit 164169f6c4
5 changed files with 55 additions and 7 deletions
+4 -1
View File
@@ -652,7 +652,10 @@ Target deliverable: A small group can join a server, spawn into one biome, gathe
- [x] Add cold exposure damage.
- [x] Add starvation damage.
- [x] Add dehydration damage.
- [ ] Add treatment item.
- [x] Add treatment item. The existing craftable `bandage` medicine item is
now the MVP treatment item: item use reduces injury, bleeding, and sprain
severity with a small health bump, using the existing server-authoritative
`AgrarianUseItem` path.
- [ ] Add death state.
- [ ] Add respawn rules for MVP.
- [ ] Add corpse/backpack placeholder if needed.