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 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
lang Add customizable initiative. 2020-07-27 18:14:08 +00:00
module 8: Refactor formula attributes 2020-08-09 15:30:04 -05:00
styles Update the Simple Worldbuilding system for compatibility with 0.5.6 2020-05-12 18:08:48 -07:00
templates Update the Simple Worldbuilding system for compatibility with 0.5.6 2020-05-12 18:08:48 -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 Add customizable initiative. 2020-07-27 18:14:08 +00:00
template.json Initial commit of simple worldbuilding system to standalone repo 2019-11-13 19:39:05 -08: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.