Last month, I wrote an article about Mapping as You Go showing off one technique I use for maps in my game.
This time, I’ll present another map I made last week for their next adventure. I had a situation where the characters encountered a misbehaving magical artifact. It was a small cube that could be used to summon a wizard’s laboratory that one could enter. Unfortunately, the thing started spawning random monsters instead, and now the characters have to enter it to shut it down.
To me, that meant that the Random Dungeon generator was a perfect fit. It gives a perfect starting point for a dungeon inside a magical artifact. I could focus more on the content of the dungeon, and not spending too much time deliberating the layout.
Comments Off on Playing with Random Dungeons








