https://github.com/morganconrad/rqg-character-generator
Create a quick and dirty Runequest character, mainly for NPCs
https://github.com/morganconrad/rqg-character-generator
Last synced: 23 days ago
JSON representation
Create a quick and dirty Runequest character, mainly for NPCs
- Host: GitHub
- URL: https://github.com/morganconrad/rqg-character-generator
- Owner: MorganConrad
- License: mit
- Created: 2022-11-09T21:44:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T22:03:34.000Z (over 3 years ago)
- Last Synced: 2025-01-11T14:45:51.769Z (over 1 year ago)
- Language: CSS
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rqg-character-generator
Create a quick and dirty Runequest character, mainly for NPCs
[Demo here](https://morganconrad.github.io/rqg-character-generator/)
## Notes
- The meaty Javascript stuff to generate the character is in assets/js/CharacterGenerator.js
- importCharacter.js converts a saved JSON character to markdown
- [marked](https://github.com/markedjs/marked) is used for for markdown processing