mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
…
A character sheet for "Streetfighter: The Storytelling Game"
Bugs and Suggestions
Report bugs or suggestions to the project’s issue tracker.
Development Tools
This sheet uses Grunt to make development more easy.
If you haven’t used Grunt before, be sure to check out the Getting Started guide.
Developing the Sheet
To make changes to the sheet and test things out use
grunt
Then open testbed/index.html in your browser to preview the sheet.
You can also use
grunt serve
Then open http://localhost:9001/testbed/ in your browser to preview the sheet. With LiveReload integration, the view in your browser is updated, whenever you save the html or css file.
Releasing the Sheet
When you’re ready to use the sheet in Roll20 then use
grunt build
This will create Street_Fighter-neovatar.[css|html] that you can copy and paste into Roll 20 directly.
Changelog
1.1.0:
- User sheet worker scripts to track wounds and used resources and to syncronize it with attributes shown with tokens (hp, willpower, chi)
1.0.0:
- Intitial release