https://github.com/jedevc/mongen
https://github.com/jedevc/mongen
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jedevc/mongen
- Owner: jedevc
- License: agpl-3.0
- Created: 2018-05-26T02:52:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T11:06:20.000Z (about 8 years ago)
- Last Synced: 2025-03-11T13:52:28.770Z (over 1 year ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MonGen
MonGen is a handy tool for randomly generating monsters for DnD 5e.
**Note**: MonGen is not ready for general use yet.
## Features
- Varied and flexible monster generator
- Detailed description generation
- Full statblock creation
## Goals
MonGen is able to generate the following fields for monsters.
- [ ] Name
- [ ] Detailed description
- [ ] Size
- [ ] Type
- [ ] Alignment
- [ ] Ability scores and modifiers
- [ ] Challenge rating
- [ ] Armor class
- [ ] Hit points
- [ ] Vulnerabilities, resistances, and immunities
- [ ] Attacks
- [ ] Speed
- [ ] Save and skill bonuses
- [ ] Senses
- [ ] Languages
- [ ] Special traits
## License
MonGen is licensed under the GNU Affero General Public License.
Copyright (C) 2018 Justin Chadwell
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .