#Zenta
Zenta is built with Aurelia. Its purpose is to serve as an organized display of all your character's data for the Pathfinder Roleplaying Game, and to provide additional useful tools.
Included is sampleCharacter.json as a guideline (mostly done but needs some revisions).
To run the app, follow these steps.
- Ensure that NodeJS is installed. This provides the platform on which the build tooling runs.
- From the project folder, execute the following command:
npm install- Ensure that Gulp is installed. If you need to install it, use the following command:
npm install -g gulp- Ensure that jspm is installed. If you need to install it, use the following command:
npm install -g jspmNote: jspm queries GitHub to install semver packages, but GitHub has a rate limit on anonymous API requests. It is advised that you configure jspm with your GitHub credentials in order to avoid problems. You can do this by executing
jspm registry config githuband following the prompts.
- Install the client-side dependencies with jspm:
jspm install -yNote: Windows users, if you experience an error of "unknown command unzip" you can solve this problem by doing
npm install -g unzipand then re-runningjspm install.
- To run the app, execute the following command:
gulp watch- Browse to http://localhost:9000 to see the app. You can make changes in the code found under
srcand the browser should auto-refresh itself as you save files.
Uploads character info from valid .json file into app. Adds additional submenu items in nav-right and shows Ability Scores on the Welcome page.
Generates a table based on size and biped/quadruped and highlights your relevant row. Supports Ant Haul and Muleback Cords.
Special thanks to Cevah from the Pazio forums for the base value formula
Creates a new character based on input name and using a point-buy stat calculator (budget isn't enforced so you can use other systems to generate your stats).
Input any valid dice roll string to generate results. Shows last 10 rolls history.
Displays are listed on the character name dropdown in the nav-right once a character is loaded.
- Classes - Includes levels, if Prestige, and Archetype
- Characteristics
- Equipment - Displays Weapons, Armor, Wondrous Items, and Rings and their details
- Feats and Flaws
- Inventory
- Spells
- Stats - Ability Scores, Offensive & Defensive Stats
- Traits & Drawbacks