You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really nice if once the dungeon is generated, I can say "I want more monsters in this room", "I want to add more to this room or delete that trap". Making notes would also be really helpful, room notes maybe? general notes?
The text was updated successfully, but these errors were encountered:
Since it saves the seed andeverything. it needs the ability to adjust thecreatures/traps and make notes digitally. Otherwise you end up drawing the mapand rewriting everythinf yourself.
This is quite a large addition, but I feel the first step would be to change the storage from just storing the seed (and regenerating the dungeon every time) to generating the dungeon once and storing the generated information in a DB (Realm? Room?) so that individual bits of data can be modified without effecting anything.
It would be really nice if once the dungeon is generated, I can say "I want more monsters in this room", "I want to add more to this room or delete that trap". Making notes would also be really helpful, room notes maybe? general notes?
The text was updated successfully, but these errors were encountered: