Skip to content

Command Line D&D5e helper tool intended for Dungeon Masters.

License

Notifications You must be signed in to change notification settings

mattearly/dmpower2

Repository files navigation

dmpower2

dmpower2 is a CLI Dungeons & Dragons 5th edition toolkit for Dungeon Masters. Its primary use is to hasten game prep and on the fly assistance. dmpower2 runs in a terminal window and prompts all available options.

Development

The legacy original version is archived here

Anyone is welcome to contribute to this Open Source project.

dev note: This project was something I personally made on my own time to assist with my DMing. This is a just a personal side project thing I did for fun/practice/my own use. You can help fund these smaller sideprojects and my dev time in general by becoming a Github Sponsor! Many thanks to any and all who do. -MattEarly

Main Feature

5th Edition Characters Creator and Maintainer Features

  1. Levels One to Twenty class trees for all twelve core Character Classes

  2. Twenty-two different class races.

  3. All core skills, feats, variants, langauges, spell slots.

  4. All core background choices or use custom background option.

  5. Starter stat rolling options:

    • custom entry
    • standard point buy
    • normal 3d6
    • high powered 4d6 drop lowest
  6. Save/Load sets of characters (Campaigns).

  7. Level Up and Editor Tools.

  8. Random character gen.

Example created high powered level 6 Human Warlock

more screenshots

Limitations

Character Manager does not handle the following:

  1. Equipment
  2. Spell memorization choices
  3. Multiclassing
  4. Personality traits

Other Tools

  1. Randomized Loot Tool.
  2. Spellbook Generator.
  3. Scroll Spell Names.
  4. Random Name Generator. Names from Kisment's list. Custom Editable config file.
  5. XP Calculator.
  6. 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).
  7. 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.
  8. 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 & installing dmpower2

  • Use CMake to generate for the toolchain of your preference

  • linux install example:

git clone https://github.com/mattearly/dmpower.git
cd dmpower
cmake -DCMAKE_INSTALL_PREFIX=/usr
sudo make all install

You can now run dmpower from your terminal any time by typing the command dmpower2

Build Dependencies

  • C++17 or later Compiler

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

  • Exports go to %HOME%/DMpowerExports/.
  • Saves and settings go to %HOME%/.dmpower

Sources

Books Currently Integrated

  1. Player's Handbook
  2. Dungeon Master's Guide
  3. Sword Coast Adventurer's Guide
  4. Volo's Guide to Monsters
  5. Wayfinder's Guide to Eberron
  6. The Tortle Package
  7. Elemental Guide of Evil

Internet

  1. Kismet's Name List
  2. Resolving Basic Behavioral Problems in your Tabletop RPG Group: A Flowchart

Legal

This project and I are not affiliated with Wizards of the Coast or Hasbro. Due to the nature of the game data being used for this software, dmpwer is not to be used for any form of profit or sale.

Special Thanks

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

About

Command Line D&D5e helper tool intended for Dungeon Masters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published