Skip to content

russellasinclair/instagraft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HEAVY REFACTORING OCCURRING IN NEW REPO - I'm leaving this here should anyone wish to continue this branch.

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://russellasinclair.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).

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

TBD

Authors

  • Russell Sinclair
  • Based on the amazing work originally produced by Nathaniel Mitchell

License

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

Acknowledgments

About

Instant Graftification for Starfinder

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.3%
  • HTML 7.1%
  • CSS 0.6%