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 8b958dd232 10: Refactor actor sheet code
- Refactored actor-sheet.js to move most of its logic into a separate
  helper.js module as static methods on a new SimpleHelper class. This
  doesn't add anything functional at the moment, but it's in
  preparation of re-using the same code for the item-sheet.js file.
2020-10-06 17:20:00 +00:00
lang 10: Refactor actor sheet code 2020-10-06 17:20:00 +00:00
module 10: Refactor actor sheet code 2020-10-06 17:20:00 +00:00
styles Ensure worldbuilding changes are working on legacy worldbuilding world and adjust attribute form styling 2020-09-28 09:21:11 -07:00
templates 10: Refactor actor sheet code 2020-10-06 17:20:00 +00: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 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.