Design inventory data model

This commit is contained in:
2026-05-16 22:20:30 -07:00
parent e4364554de
commit c511ae904a
4 changed files with 231 additions and 1 deletions
+5 -1
View File
@@ -482,7 +482,11 @@ Target deliverable: A small group can join a server, spawn into one biome, gathe
## 0.1.E Inventory System
- [ ] Design inventory data model.
- [x] Design inventory data model. Added `Docs/InventoryDataModel.md` to lock
the MVP contract for stable item definitions, runtime/save-game item stacks,
server-authoritative replicated inventory components, persistence, carry
weight, and the pickup/drop/split/use/equipment/UI operations that will build
on the existing code.
- [x] Create item definition data asset.
- [x] Create item stack structure.
- [x] Create inventory component.