Skip to content

Support determining if an expression meets a success criteria #59

Description

@brentleyjones

Needs to support all of the following (even in the same expression):

  • Total value is within a certain range (e.g. >= 16, < 3 or >= 8).
  • Individual expressions within a compound expression can force a success or failure (e.g. a 1d20 in a larger expression rolling 1 is a failure for the expression as a whole).
  • Expressions can report success, failure, or not determined, the default being not determined. These values trickle up through compound expressions (related to the above point).
    • What happens if two siblings report conflicting success results?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions