Inventory
Dynaros Inventory is a planned plugin for item storage, containers, stacking, transfers, and transactions.
Purpose
Section titled “Purpose”Inventory answers:
How does a project store, move, query, and transact items without locking every game into one item implementation?
The product owns the behavior inside that responsibility and exposes clean integration points for the systems around it.
Inventory Owns
Section titled “Inventory Owns”- inventory state
- containers
- stacking rules
- transfers
- transaction APIs
Inventory Does Not Own
Section titled “Inventory Does Not Own”- crafting recipes
- loot rolls
- equipment effects
- quest logic
- project-specific item behavior
First Useful Result
Section titled “First Useful Result”The first useful Inventory guide will help you create a container, add an item, move it, and confirm the transaction result.
Current Status
Section titled “Current Status”Status: Planned
This product area is early. Detailed implementation docs will expand as the product matures.