Skip to content

Attribute

Dynaros Attribute is a planned plugin for lightweight numeric gameplay attributes and change notifications.

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 storage
  • modification rules
  • clamping
  • value queries
  • change notifications
  • damage source logic
  • abilities
  • inventory
  • status-effect presentation
  • balance content

The first useful Attribute guide will help you define one attribute, modify it, clamp it, and respond to the value change.

Status: Planned

This product area is early. Detailed implementation docs will expand as the product matures.