An implementation of the Dungeonslayers 4 game system for Foundry Virtual Tabletop.
Go to file
2021-10-27 19:12:18 +02:00
.gitlab/issue_templates Use REUSE to specify licensing info 2021-06-26 22:02:00 +02:00
.husky ci: add automatic changelog generation 2021-09-14 18:50:39 +02:00
.reuse clean up token images 2021-08-19 02:00:42 +02:00
.vscode fix issues 2021-09-12 17:48:14 +02:00
.yarn chore: update yarn sdks 2021-10-27 19:12:18 +02:00
LICENSES Merge remote-tracking branch 'origin/master' into 55-creatures-compendium 2021-07-02 18:05:28 +02:00
spec cleanup 2021-07-08 08:00:58 +02:00
src chore(release): 1.9.1 2021-10-26 21:06:24 +00:00
.editorconfig Use REUSE to specify licensing info 2021-06-26 22:02:00 +02:00
.eslintignore Use rollup to build typescript 2021-03-17 17:28:35 +01:00
.eslintignore.license Use REUSE to specify licensing info 2021-06-26 22:02:00 +02:00
.eslintrc.js Use REUSE to specify licensing info 2021-06-26 22:02:00 +02:00
.gitignore Use REUSE to specify licensing info 2021-06-26 22:02:00 +02:00
.gitlab-ci.yml ci: use minification for production builds 2021-10-26 20:57:53 +00:00
.nvmrc update dependencies and add .nvmrc 2021-01-03 21:15:25 +01:00
.nvmrc.license Use REUSE to specify licensing info 2021-06-26 22:02:00 +02:00
.prettierignore Use rollup to build typescript 2021-03-17 17:28:35 +01:00
.prettierignore.license Use REUSE to specify licensing info 2021-06-26 22:02:00 +02:00
.prettierrc.js Use REUSE to specify licensing info 2021-06-26 22:02:00 +02:00
.yarnrc.yml update yarn 2021-09-11 21:23:27 +02:00
.yarnrc.yml.license update yarn 2021-09-11 21:23:27 +02:00
changelog.config.js ci: add automatic changelog generation 2021-09-14 18:50:39 +02:00
commitlint.config.js ci: add automatic changelog generation 2021-09-14 18:50:39 +02:00
gulpfile.js ci: ensure sourceId flag is cleaned up properly 2021-10-03 00:13:26 +00:00
jest.config.js Use REUSE to specify licensing info 2021-06-26 22:02:00 +02:00
package.json chore(deps): update dependency sass to v1.43.4 2021-10-26 22:15:21 +00:00
package.json.license Use REUSE to specify licensing info 2021-06-26 22:02:00 +02:00
README.md improve pipeline 2021-09-14 13:03:45 +02:00
renovate.json Add renovate.json 2021-07-23 23:46:16 +02:00
renovate.json.license Add renovate.json 2021-07-23 23:46:16 +02:00
rollup.config.js ci: use minification for production builds 2021-10-26 20:57:53 +00:00
tsconfig.eslint.json Use rollup to build typescript 2021-03-17 17:28:35 +01:00
tsconfig.eslint.json.license Use REUSE to specify licensing info 2021-06-26 22:02:00 +02:00
tsconfig.json fix issues 2021-09-12 17:48:14 +02:00
tsconfig.json.license Use REUSE to specify licensing info 2021-06-26 22:02:00 +02:00
yarn.lock chore(deps): update dependency sass to v1.43.4 2021-10-26 22:15:21 +00:00
yarn.lock.license Use REUSE to specify licensing info 2021-06-26 22:02:00 +02:00

DS4

An implementation of the Dungeonslayers 4 game system for Foundry Virtual Tabletop.

This system provides sheet support for Actors and Items and mechanical support for dice and rules necessary to play games of Dungeonslayers 4.

Installation

To install and use the Dungeonslayers 4 system for Foundry Virtual Tabletop, simply paste the following URL into the Install System dialog on the Setup menu of the application.

https://git.f3l.de/api/v4/projects/dungeonslayers%2Fds4/packages/generic/ds4/latest/system.json

Development

Prerequisites

In order to build this system, recent versions of node and yarn are required. Most likely using npm also works but only yarn is officially supported. We recommend using the latest lts version of node, which is v14.17.1 at the time of writing. If you use nvm to manage your node versions, you can simply run

nvm install

in the project's root directory.

You also need to install the the project's dependencies. To do so, run

yarn install

Building

You can build the project by running

yarn build

Alternatively, you can run

yarn build:watch

to watch for changes and automatically build as necessary.

Linking the built system to Foundry VTT

In order to provide a fluent development experience, it is recommended to link the built system to your local Foundry VTT installation's data folder. In order to do so, first add a file called foundryconfig.json to the project root with the following content:

{
    "dataPath": "<path to your home directory>/.local/share/FoundryVTT"
}

On platforms other than Linux you need to adjust the path accordingly.

Then run

yarn link-project

Running the tests

You can run the tests with the following command:

yarn test

Contributing

Code and content contributions are accepted. Please feel free to submit issues to the issue tracker or submit merge requests for code changes. To create an issue, send a mail to git+dungeonslayers-ds4-155-issue-@git.f3l.de.

Licensing

This project is being developed under the terms of the LIMITED LICENSE AGREEMENT FOR MODULE DEVELOPMENT for Foundry Virtual Tabletop.

The project itself is licensed under multiple licenses. It is difficult to keep this section up to date, so here is a brief summary as of June 2021:

For more accurate information, check the individual files.