Skip to content

A web application for quickly and easily building a Dungeons and Dragons 5th Edition Monster according to the functions from the Blog of Holding's Monster Manual on a business card

Notifications You must be signed in to change notification settings

dproc96/BuildAMonster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build-A-Monster

Who is this for?

This application is for Game Masters running 5th Edition Dungeons and Dragons who want to create NPCs and Monsters on the fly without worrying about all of the math that is typically involved.

Where can I find it?

You can find it right here

What does it do?

This application was inspired by the writing of the Blog of Holding and Sly Flourish blogs. They were the ones who broke down the NPC creation and encounter building math that my application uses. This application is purely intended as a streamlined way of using their math.

When you open my application, you will be greeted with a screen asking you to add a challenge rating. When you hit submit, you will be given the base stats of your NPC or Monster which you can adjust up or down based on your concept.

You also have the option to enter the advanced editor which lets you create attack options for the NPC or monster using the damage pool you've generated.

Starting the app locally

Start by installing front and backend dependencies. While in this directory, run the following command:

npm install

This should install node modules within the server and the client folder.

After both installations complete, run the following command in your terminal:

npm start

Your app should now be running on http://localhost:3000. The Express server should intercept any AJAX requests from the client.

About

A web application for quickly and easily building a Dungeons and Dragons 5th Edition Monster according to the functions from the Blog of Holding's Monster Manual on a business card

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published