Containers and container traps
I'd like to see more containers generated to hold loot (treasure chests and the like) and to generate traps and locks for those.
I'll work on a container list.
We might be able to leverage the DF8 generator, I can ask it to generate specific kinds of things.
A demonstration: the following generates five containers. http://df-treasure-generator.herokuapp.com/v1/generate/5/Containers?format=html&max=5000
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.
Containers are being generated, but traps are not yet assigned.