Skip to content

Learn Attribute

Use this page to understand what Attribute is responsible for before you look up exact API details.

Attribute focuses on lightweight numeric gameplay attributes and change notifications.

It should answer its own responsibility clearly without taking over nearby systems.

Attribute owns:

  • attribute storage
  • modification rules
  • clamping
  • value queries
  • change notifications

It does not own:

  • damage source logic
  • abilities
  • inventory
  • status-effect presentation
  • balance content

Attribute should be usable by itself. When other Dynaros products are installed, integrations can make workflows smoother without turning unrelated products into hidden requirements.

Project or gameplay event
v
Attribute plugin behavior
v
Attribute validation / state / result
v
Owning project or related system responds

Start with the overview if you are still deciding whether Attribute owns your problem. Use Guides for workflows, Recipes for focused examples, and Reference for exact symbols or settings.