worldbuilding/module
Matt Smith 00dfec6014 8: Refactor formula attributes
- Divided getRollData() into several helper methods to make it more
  organized.
- Cleaned up usage of shorthand checks, but haven't entirely
  consolidated them yet. There's room to improve this, but further
  consolidation would likely require a regex to handle mapping inline
  roll syntax in the formulas to use the `@attr.KEY.value` format when
  `@KEY` is detected. This seemed like a solid compromise for now.
- Refactored the _replaceData() helper method to match the Roll class'
  upcoming syntax, and added TODO comments to replace them once it's
  ready.
2020-08-09 15:30:04 -05:00
..
actor-sheet.js 9: Add formula (derived) attributes 2020-08-06 23:21:15 -05:00
actor.js 8: Refactor formula attributes 2020-08-09 15:30:04 -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