HEAVY REFACTORING OCCURRING IN NEW REPO - I'm leaving this here should anyone wish to continue this branch.
Instant Graftification is a Javascript-based implementation of the Starfinder (an pen-and-paper RPG from Paizo) graft rules found in Appendix 1 of Alien Archive. The goal of this project is to enable Game Masters to easily generate printable stat blocks in a consistent, easy-to-use format. To this end, it intends to automate many of the calculations and adjustments for each graft, and insert them into a statistics block template page with a print/view version easily produced afterward.
This repository holds the code that enables IG to function. If you would like to use IG, you can simply visit [https://russellasinclair.github.io/instagraft/index.html] to do so.
IG is intended to work in a browser as a static webpage (it does not require server-side processing). As a result, simply hosting the files from this repository is usually enough to generate a working instance of IG. It is also possible to run it locally in the filesystem (tested on Firefox, Chrome).
This repository is designed as the complete package of files required to run IG, locally or over the internet on a host. As a result, the only other thing required is a capable browser.
Download the repository's files to a directory somewhere on your computer. Open index.html in your preferred browser. You may now use IG in that browser.
If hosting online, you should upload the repository's files to your host. Once they are served to authorized clients (e.g. publicly or internally, etc), the client's browser has IG loaded and ready for use.
TBD
- Russell Sinclair
- Based on the amazing work originally produced by Nathaniel Mitchell
This project is licensed under the MIT License - see the LICENSE.md file for details
- Nathaniel Mitchell - Initial work - Hectate or u/Hectate
- Paizo : for Starfinder and the graft rules
- OmniscientStone : for the Spells list in JSON format
- Starfinder RPG on Discord : for bugtesting, opinions, and encouragement
- Starfinder RPG on Reddit : for bugtesting, opinions, and encouragement