worldbuilding/module
Matt Smith b385af307a 22: Refactor roll attributes in helper class
- Updated `rollData` in helper.js to use actor as the data source rather
  than the object. This allows for items to reference attributes by
  assuming the parent actor is the source of truth and item attributes
  would be referenced as either `@item.attr` or `@items.ITEMNAME.attr`
- Refactored formula replacement to prevent values from being replaced
  with 0s unintentionally.
2020-10-30 10:21:58 -05:00
..
actor-sheet.js Tidy the worldbuilding system for 0.40 release 2020-10-19 17:34:32 -07:00
actor.js 10: Refactor actor sheet code 2020-10-06 17:20:00 +00:00
constants.js 9: Add POC for actor templates 2020-08-31 02:09:21 +00:00
helper.js 22: Refactor roll attributes in helper class 2020-10-30 10:21:58 -05:00
item-sheet.js Tidy the worldbuilding system for 0.40 release 2020-10-19 17:34:32 -07:00
macro.js Simplify macro creation for formula attributes 2020-10-19 18:30:53 -07:00
simple.js Simplify macro creation for formula attributes 2020-10-19 18:30:53 -07:00
templates.js 10: Add attribute groups base implementation 2020-09-28 15:54:14 +00:00