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

Containers and container traps #8

Open Zuljita opened 6 years ago

Zuljita commented 6 years ago

I'd like to see more containers generated to hold loot (treasure chests and the like) and to generate traps and locks for those.

Zuljita commented 6 years ago

I'll work on a container list.

Syndaryl commented 6 years ago

We might be able to leverage the DF8 generator, I can ask it to generate specific kinds of things.

Syndaryl commented 6 years ago

A demonstration: the following generates five containers. http://df-treasure-generator.herokuapp.com/v1/generate/5/Containers?format=html&max=5000

Syndaryl commented 6 years ago

We can't currently control the capacity of a container, and the generator doesn't report on it.

One possible solution is to take the basic containers, make a table of them and their capacities, and try to cross check the generated container vs the table.

Syndaryl commented 6 years ago

Containers are being generated, but traps are not yet assigned.