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

Traps and monster interaction #20

Open Zuljita opened 6 years ago

Zuljita commented 6 years ago

Some traps need monsters to do anything of value. They are currently tagged "companion" we should try to find a way to force those to spawn with monsters.
Related: some traps are really incompatible with monsters. I'll be tagging those "solo".

Zuljita commented 6 years ago

Also, some traps summon monsters, we should figure out a way to handle those, so the GM doesn't have to scramble to find an appropriate monster (provide index for static summons, or a random roll with index for random summons). These traps are tagged RandomSummon or StaticSummon

Syndaryl commented 6 years ago

Summon monsters may be handleable with the wandering monster table?