D&D5e - Random Dungeons (DMG)

Use the "RollWhat" dropdown to determine what dungeon part to generate. Once you have a dungeon premise, set the dungeon's purpose using the "Purpose" dropdown. Otherwise, chambers' contents and purposes will generate incorrectly.

You can find a collection including all of my public charts here: https://chartopia.d12dev.com/collection/2569/

Citation

Dungeon Master's Guide

This chart uses input variables
  • Purpose
  • RollWhat
Result

{%if RollWhat == {Dungeon Premise}%}
Roll on "Premise"
{%end%}
{%if RollWhat == {Starting Area}%}

Starting Area

Roll on "StartingArea"
{%end%}
{%if RollWhat == {Passage}%}

Passage

Roll on "Passage"
{%end%}
{%if RollWhat == {Chamber}%}

Chamber

Roll on "Chamber"
{%end%}
{%if RollWhat == {Stairs}%}

Stairs

Roll on "Stairs"
{%end%}
{%if RollWhat == {Door}%}

Door

Roll on "DoorType", beyond Roll on "BeyondDoor"
{%end%}