Add craft shelter QA gate

This commit is contained in:
2026-05-19 13:55:15 -07:00
parent 3d8ce85979
commit 0a40d2ae6c
3 changed files with 88 additions and 1 deletions
+17
View File
@@ -91,6 +91,23 @@ Required evidence:
This gate is gameplay/server-relevant and should be covered by the next server
package deployment.
## Craft Shelter
The craft-shelter gate proves the MVP can build a primitive shelter path from
resources through recipes and world placement.
Required evidence:
- Primitive frame, wall panel, roof panel, and shelter recipes exist.
- `BP_PrimitiveShelter` derives from the native shelter actor.
- Building placement consumes active buildable cost on the server.
- Shelter actors persist through the world-actor persistence path.
- `Scripts/verify_playable_loop_smoke.py` runs the natural shelter loop using
wood, fiber, wildlife, shelter-piece recipes, and the primitive shelter class.
This gate is gameplay/server-relevant and should be covered by the next server
package deployment.
## Craft Fire
The craft-fire gate proves the MVP can produce or use a campfire through the