This is the STRIVE table-top role-playing game system for FoundryVTT.
See also the companion repository that contains the ruleset: https://github.com/CodeWringer/strive-ttrpg
- Create a new
Migrator
, which will sync any loaded world's version to the new system version. - Increase the
version
number in thesystem.json
andpackage.json
on branchdevelop
. - Create a new signed tag on branch
develop
with the corresponding version, using the semantic versioning schemevMAJOR.MINOR.PATCH
, e. g.v1.3.2
. - Run npm script
build
, then upload the resultingbuild/system.json
andbuild/system.zip
to a new release on GitHub, whose name is the version name, e. g.v1.3.2
. - Create a pull request to merge
develop
into branchmain
.
- FontAwesome v5 (Free)
- https://fontawesome.com/license#license
- Assets:
- weight-hanging (altered)
- trash-solid (altered)
- external-link-alt-solid (altered)
- comments-solid (altered)
- dice-three-solid (altered)
- hashtag-solid (altered)
- times-circle-solid (altered)
- hand-holding-solid (altered)
- caret-up-solid (altered)