Refactor dungeons to be reusable #115
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?
Currently, dungeons are limited to dungeon_story type stories.
These emulate classical dungeon crawlers with multiple levels (each level is a Zone), randomly generated loot and mobs.
I'd like to refactor these to be reusable in any story.
They would function much as they do now, and for simplicity, the will be single entrance, and not be connected to the normal world in any way, other than the entrance.
Tasks:
Break out the relevant code (most will be to decouple it from dungeon_story).
For verification: Make an example story which has a normal Location, which also has an entrance to a dungeon.