Make it possible to reference actor properties in effects #27

Closed
opened 2023-06-20 18:18:23 +02:00 by migration-script · 0 comments

Story

As a ds4 user, I want to create effects that reference actor properties so that I can properly model effects of talents such as brutal blow.

Description

It should be possible to reference properties of actors in the values for active effects (that are transferred to actors).

Acceptance criteria

  1. Given a property property of an actor, it can be referenced in active effect values via @property. E.g. the data.attributes.body.total property can be referenced with @data.attributes.body.total.
  2. This does not result in any changes regarding the order of application of effects. In particular, an active effect that changes base data cannot reference derived data because that data does not yet exist when the effect is being applied.
# Story As a ds4 user, I want to create effects that reference actor properties so that I can properly model effects of talents such as brutal blow. # Description It should be possible to reference properties of actors in the values for active effects (that are transferred to actors). # Acceptance criteria 1. Given a property `property` of an actor, it can be referenced in active effect values via `@property`. E.g. the `data.attributes.body.total` property can be referenced with `@data.attributes.body.total`. 2. This does not result in any changes regarding the order of application of effects. In particular, an active effect that changes base data cannot reference derived data because that data does not yet exist when the effect is being applied.
migration-script added the
feature
label 2023-06-20 18:18:23 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: dungeonslayers/ds4#27
No description provided.