Skip to content

Hectate/instagraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instant Graftification

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://hectate.github.io/instagraft/index.html] to do so.

Getting Started

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 does not work in Internet Explorer, it appears.

Prerequisites

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.

Installing

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.

Built With

Versioning

Each release of IG will include a major and minor version number. Major versions will include any breaking changes to functionality or features. Minor versions will be bug-fixes and other non-breaking updates (such as graft/content rules) of the current major version.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments