Generate dungeon together with location #122
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We have dungeon generation code, and code for generating a dungeon config when a Zone is generated.
The next step is to maybe generate a dungeon when a location has been generated.
I think we'll do it here:
LlmUtil.build_location
After build_location has returned a location_result we will check zone_info. If it has a dungeon_config, and it doesn't have a dungeon (these must be added to the class) and at random chance of 0.1, we will do the following: