Savage Dashboard is ment to be a full-fledged interactive Game Master Screen for playing the Savage Worlds role-playing game. It will gather several tools/modules in one place to make the life of the Game Master easier.
- Dice roller
This tool alows the user to roll any of the dice used in the system, from a d4 to a d12. By selecting theWild Card
checkbox, the roll is added a wild die as per the core rules and keeping the highest result, taking into account accumulated aces and displaying if a 1 has been rolled on the main die for possiblebacklash effects
. - Perception/Notice checker
You can add here all your player characters with theirNotice
attribute to silently roll for them for perception purposes. - Rules searcher
Allows teh user to find fragments of the rules by typing in certain keywords that match with specific parts of the Savage Worlds books. Currently it matches almost anything that it's highlighted somehow in the book, i.e: titles or bold texts. Currently only the core rulebook and the 50 Fathoms setting book are partially suported.
- Improve designs overall
- Roll directly on tables, such as wounds, fear or loot tables.
- Roll dice for monsters/characters found directly in the rules search tool.
- Progress handler for mass battles
- Migration to standalone desktop app
This project is dockerized, so you don't need install node.
Run docker-compose up -d
to set up the docker.
Run docker exec -it savage-dashboard sh
to access at the machine console.
Run npm install
to get all dependencies.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
For more information and more scripts, this project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).