A simple Initiative tracker for Shadowrun 2e.
Go to file
2023-10-09 23:35:48 +02:00
__tests__ extended and improved tests for function rollForInitiative() 2023-09-13 14:10:04 +02:00
icons fixed a bug with dead icon links in site.webmanifest, and slightly expanded manifest 2023-09-23 23:23:02 +02:00
src refactored much of the code to call functions with parameters whenever possible (instead of the functions pulling their input data from global vars or the DOM); added an index to each row; #combatant-form now encapsulates all input elements 2023-10-09 23:35:48 +02:00
tools cleaned up dir 2023-09-20 12:47:33 +02:00
.gitignore updated and enhanced 2023-10-03 22:44:33 +02:00
LICENSE Initial commit 2021-12-13 22:01:55 +01:00
package.json refactored much of the code to call functions with parameters whenever possible (instead of the functions pulling their input data from global vars or the DOM); added an index to each row; #combatant-form now encapsulates all input elements 2023-10-09 23:35:48 +02:00
README.md updated and enhanced 2023-10-03 22:44:33 +02:00
TODO.md refactored much of the code to call functions with parameters whenever possible (instead of the functions pulling their input data from global vars or the DOM); added an index to each row; #combatant-form now encapsulates all input elements 2023-10-09 23:35:48 +02:00

sr2ini a simple initiative tracker for Shadowrun 2e

sr2ini is a lightweight, single-page initiative tracker for the TTRPG Shadowrun in its 2nd edition. The app helps DMs and players to manage fights by tracking each combatant's initiative, order of action, damage (stun and physical), and wound modifiers. It was written specifically for mobile use and can be installed as a web app.