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 bac1d023c3 9: Add POC for actor templates
- This commit adds a proof-of-concept for retrieving actor template
  types. These are actors using the `worldbuilding.isTemplate` flag set
  to true. If there are multiple actors with that flag set to true,
  clicking the create actor button will pull up a prompt to choose from
  one of those types, which will then create an actor by duplicating
  the template actor's data. The flag will be unset on the new actor.
2020-08-31 02:09:21 +00:00
lang 9: Add POC for actor templates 2020-08-31 02:09:21 +00:00
module 9: Add POC for actor templates 2020-08-31 02:09:21 +00:00
styles 12: Add resource attribute type 2020-08-22 12:49:52 -05:00
templates 9: Add POC for actor templates 2020-08-31 02:09:21 +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 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.