Attribute
Dynaros Attribute is a planned plugin for lightweight numeric gameplay attributes and change notifications.
Purpose
Section titled “Purpose”Attribute answers:
How does a project store and modify gameplay numbers such as health, stamina, hunger, temperature, or project-defined stats?
The product owns the behavior inside that responsibility and exposes clean integration points for the systems around it.
Attribute Owns
Section titled “Attribute Owns”- attribute storage
- modification rules
- clamping
- value queries
- change notifications
Attribute Does Not Own
Section titled “Attribute Does Not Own”- damage source logic
- abilities
- inventory
- status-effect presentation
- balance content
First Useful Result
Section titled “First Useful Result”The first useful Attribute guide will help you define one attribute, modify it, clamp it, and respond to the value change.
Current Status
Section titled “Current Status”Status: Planned
This product area is early. Detailed implementation docs will expand as the product matures.