mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-04-30 02:31:41 -04:00
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.
- 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. |
||
---|---|---|
lang | ||
module | ||
styles | ||
templates | ||
.gitignore | ||
gulpfile.js | ||
LICENSE.txt | ||
package.json | ||
README.md | ||
system.json | ||
template.json |
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.