worldbuilding/module
Matt Smith 7c676b14ee 9: Add formula (derived) attributes
- Added a new "Formula" attribute type for both actors and items.
- When iterating through attributes, formula attributes are noted in an
  array so that they can be iterated through in a second pass to
  evaluate their referenced attributes. The second iteration just
  handles attribute replacement rather than rolling the formula, that's
  deferred until the attributes are used in an actual roll formula.
- Items also have the same behavior. If an attribute isn't on the item,
  it will fall back to check the parent actor instead.
- Likely areas with issues would be formula attributes that reference
  other formula attributes, or item formula attributes that reference
  actor formula attributes.
2020-08-06 23:21:15 -05:00
..
actor-sheet.js 9: Add formula (derived) attributes 2020-08-06 23:21:15 -05:00
actor.js 9: Add formula (derived) attributes 2020-08-06 23:21:15 -05:00
item-sheet.js 9: Add formula (derived) attributes 2020-08-06 23:21:15 -05:00
simple.js Add customizable initiative. 2020-07-27 18:14:08 +00:00