Verify water gathering interaction

This commit is contained in:
2026-05-17 16:08:41 -07:00
parent 054552202d
commit fa9d1835f9
5 changed files with 93 additions and 3 deletions
+4 -1
View File
@@ -536,7 +536,10 @@ Target deliverable: A small group can join a server, spawn into one biome, gathe
- [x] Add edible plant resource. Added `BP_EdiblePlantResourceNode` as a
gatherable food-yield node, placed deterministic Ground Zero forage nodes, and
extended resource verification to cover edible plant harvest sources.
- [ ] Add water gathering interaction.
- [x] Add water gathering interaction. Confirmed `BP_FreshWaterSource` uses
the shared interactable path, restores thirst through the replicated survival
component on server authority, is placed in Ground Zero, and is covered by
water-source and interaction verifiers.
- [x] Add resource depletion.
- [ ] Add respawn rules for MVP.
- [ ] Add tool requirement rules.