Syndaryl / DFRPGRandomDungeonGenerator

A HTML/CSS/JavaScript based random dungeon generator for GURPS. Eventual goals are to not only produce a map, but also populate the rooms with descriptions and challenges. Game statistics will be for the DFRPG / GURPS 4e.
Other
35 stars 13 forks source link

Doors are boring #5

Closed Zuljita closed 6 years ago

Zuljita commented 6 years ago

At present there are no random generators for doors, so they are all nondescript. We'd like to assign specific doors (in terms of construction material) and assign specific traps to doors.

Syndaryl commented 6 years ago

This is now complete. Traps flagged with Door will be assigned to doors. Now we need more door traps, but that's a separate issue.