Shadowrun is a tabletop RPG owned by Topps and published by Catalyst Game Labs. Shadowrun Anarchy is an edition of Shadowrun with simplified rules, meant for storytelling, based on the Cue System, previously used in other titles from Catalyst Game Labs.
Controlled Anarchy is a fanmade supplement of rules to play with a rotating game master, like the Cue System used to allow in previous titles.
Shadowrun Anarchy Generator allows to automatize generating contract briefs for use in Shadowrun Anarchy, through Controlled Anarchy.
A note for Github users: development is happening on Gitlab, please go there for issues and pull requests.
If you don't know Controlled Anarchy, go give it a read, because you won't understand what this is about otherwise. :) But to sum it up: this is about generating a vague mission brief that players playing without a dedicated game master can get inspired by to develop their shared narration while playing. It does not generate detailed mission, just enough to trigger imagination (a concept those of you who use oracles for their roleplaying know well).
This webapp allows to automatize the part of Controlled Anarchy which is about generating a mission brief and the part about generating NPCs, so that you can start playing fast. The other parts (like the story beat generation) are rare enough / fast enough to not need any automated computation.
The app can be run through Gitlab pages here.
Or the French version : Gitlab pages here.
Alternatively, on Github: English and French
Sra-mission is build using only standards
(html/js/css) with no dependency. That means that as long as web browsers
exist, it will work unaltered. If you want to run it on your local machine,
get a copy of this repository and open the file index.standalone.en.html
(English) or index.standalone.fr.html
(French) in your browser (on most
systems, clicking the file to open it will do it). That way, you can even
easily add more words in the pool of words selected if you want to (the
translations are at the start of those files, open them in a text editor).
If you're not used to that, try it, tinkering is fun, nothing as satisfying
as changing something to make it more useful to you. You could even use
this app as a basis to make your own scene generator for a completely
different TTRPG.
Sra-mission is currently hosted on Gitlab and Github pages. That means it will be
publicly available until… Gitlab and Github decide to shut down the service or change
it in a way that breaks the app. May be tomorrow, may be never. Until then,
if you want to change something in sra-mission and make it available, it's
as simple (if you're used to Gitlab/Github) as forking this repository, making
your change and activating Gitlab/Github pages in your new repository's settings.
The standalone files are not used by Gitlab/Github pages, edit the other files if
you want to change something (all wording is in js/translations/
).
If you want to send a pull request / merge request, please do it on Gitlab.
The real credit for designing this should go to people at Surprise Threat!, I just translated their system into code.
And thanks Catalyst Game Labs for Shadowrun Anarchy, it's awesome.