A simple game system for Foundry VTT which allows for flexible definition of Actors and Items to assist with worldbuilding or for running games which do not have a more complete system implementation available.
Find a file
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
lang 10: Refactor actor sheet code 2020-10-06 17:20:00 +00:00
module 22: Refactor roll attributes in helper class 2020-10-30 10:21:58 -05:00
styles Tidy the worldbuilding system for 0.40 release 2020-10-19 17:34:32 -07:00
templates Tidy the worldbuilding system for 0.40 release 2020-10-19 17:34:32 -07:00
.gitignore Add customizable initiative. 2020-07-27 18:14:08 +00:00
gulpfile.js Add customizable initiative. 2020-07-27 18:14:08 +00:00
LICENSE.txt Update to 0.34 for compatibility with core 0.5.5 2020-04-14 17:22:06 -07:00
package.json Add customizable initiative. 2020-07-27 18:14:08 +00:00
README.md Initial commit 2019-11-14 03:30:32 +00:00
system.json Tidy the worldbuilding system for 0.40 release 2020-10-19 17:34:32 -07:00
template.json 10: Add attribute groups base implementation 2020-09-28 15:54:14 +00:00

Simple Worldbuilding System

A simple game system for Foundry VTT which allows for flexible definition of Actors and Items to assist with worldbuilding or for running games which do not have a more complete system implementation available.