Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.
/ dmpower Public archive

Interactive terminal D&D helper toolbox program for Dungeon Masters, players, and worldbuilders.

License

Notifications You must be signed in to change notification settings

mattearly/dmpower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DMPOWER

A Dungeons & Dragons 5th edition toolkit intended for Dungeon Masters.

Its primary use is to hasten game prep and on the fly assistance.
dmpower runs in a terminal window and prompts all available options.
See the books listed near the bottom for what books have been integrated into this tool. Please note: This is a just a personal side project thing I did for fun/practice/my own use. There is no funding or support and as such you should not expect anything.

Main Features

5th Edition Characters Creator and Maintainer

  • Levels One to Twenty class trees for all twelve core Character Classes
  • Twenty-two different class races.
  • All core skills, feats, variants, langauges, spell slots.
  • All core background choices or use custom background option.
  • Starter stat rolling options:
    • custom entry
    • standard point buy
    • normal 3d6
    • high powered 4d6 drop lowest
  • Save/Load sets of characters (Campaigns).
  • Level Up and Editor Tools.
  • Random character gen.

Example created high powered level 6 Human Warlock

more screenshots

Limitations

  • Character Manager does not handle:
    • Equipment
    • Spell memorization choices
    • Multiclassing
    • Personality traits

Other Tools Within DMPOWER

Loot Rollers

  • Randomized Loot Tool.
  • Spellbook Generator.
  • Scroll Spell Names.

More Various Tools

  • Random Name Generator. Names from Kisment's list. Custom Editable config file.
  • XP Calculator.
  • Insult Generator. Has clean and dirty mode. Easily adapted to new words by editing the settings file data/lists/insults-dirty.dat or data/lists/insults-clean.dat - just note that if you change the number of words in that file, it must be adjusted in the code as well, you'll find the number of words hardcoded in src/gen_insult.cpp (to be improved later to be more adaptable and automatic for varying sizes like the name generator already does).
  • Random Encounters. Difficulty Generator that accounts for all party member levels and group size, generates an appropriate Challenge Rating even for the oddest of groups. Seeded from -2 to +2 representing Very Easy, Easy, Normal, Hard, Very Hard. I'm not sure that this is all that useful yet, I would like to add in mob group generators based on location.
  • Charts. There always seems to be at least one player interested in using poison. Madness can be useful in many cases (causing scenarios, things for the PC's to deal with, etc).

Building dmpower

  • Use CMake to generate for the toolchain of your preference

  • example:

git clone https://github.com/mattearly/dmpower.git
cd dmpower
cmake -B build -S .
cd build
make
./dmpower

Dependencies

  • C++17

Data

Windows

Exports go to %USERPROFILE%/Documents/DMpowerExports/. Saves and settings go to %USERPROFILE%/AppData/Local/dmpower

Linux

Exports go to %USERPROFILE%/DMpowerExports/. Saves and settings go to %USERPROFILE%/.dmpower

MAC

Haven't set up, should be similar to linux.

Sources

Books Currently Integrated

Internet

Notes

Legal

This project and I are not affiliated with Wizards of the Coast or Hasbro. This project was something I personally made to assist with my DMing. Due to the nature of the game data being used for this software, DMPOWER is not to be used for any form of profit or sale.

Development

Generally, I develop this when I feel like it (usually after dming and realizing I want to add more). :P

No longer maintained - the continuation of this project is dmpower2, which can be found here

Special Thanks

For those getting involved in the project and helping out at times with features and improvements!

About

Interactive terminal D&D helper toolbox program for Dungeon Masters, players, and worldbuilders.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published