项目作者: mattearly
项目描述 :
Interactive terminal-based Dungeons & Dragons 5e toolbox for Dungeon Masters.
高级语言: C++
项目地址: git://github.com/mattearly/dmpower-dungeons-and-dragons-5e.git
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
- 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 the following:
- Equipment
- Spell memorization choices
- Multiclassing
- Personality traits
- Randomized Loot Tool.
- Spellbook Generator.
- Scroll Spell Names.
- 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 & installing dmpower2
You can now run dmpower from your terminal any time by typing the command dmpower2
Build Dependencies
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
- Player’s Handbook
- Dungeon Master’s Guide
- Sword Coast Adventurer’s Guide
- Volo’s Guide to Monsters
- Wayfinder’s Guide to Eberron
- The Tortle Package
- Elemental Guide of Evil
Internet
- Kismet’s Name List
- 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!