Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nereare/ddb-rollable
With this project you can generate "rollable" JSON data to popullate your D&D Beyond homebrew.
https://github.com/nereare/ddb-rollable
dnd dnd5e dndbeyond ruby
Last synced: about 1 month ago
JSON representation
With this project you can generate "rollable" JSON data to popullate your D&D Beyond homebrew.
- Host: GitHub
- URL: https://github.com/nereare/ddb-rollable
- Owner: Nereare
- License: unlicense
- Created: 2022-05-12T17:51:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T01:38:00.000Z (6 months ago)
- Last Synced: 2024-07-06T04:29:11.401Z (6 months ago)
- Topics: dnd, dnd5e, dndbeyond, ruby
- Language: Ruby
- Homepage: https://nereare.github.io/DDB-Rollable/
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# DDB Rollable Generator
With this project you can generate "rollable" JSON data to popullate your
*D&D Beyond* homebrew.## Requirements
- [Ruby 2.5+](https://www.ruby-lang.org/); and
- [Bundler 2.2+](https://bundler.io/).## Installation
1. Download the current version to your PC;
2. Extract the compressed file into a folder of your choosing (henceforth `/your/instance`);
3. Run `bundle install` in the `/your/instance` folder;
4. Wait for all dependencies to be successfully installed; then
5. Run `bundle exec ruby /your/instance/main.rb`.## Attribution
Based on [this tutorial](https://www.dndbeyond.com/forums/dungeons-dragons-discussion/homebrew-house-rules/106856-adding-rollable-tags-to-your-homebrew-monsters-for?comment=1) by [Stormknight](https://www.dndbeyond.com/members/Stormknight).