Skip to content

Dwarven Dungeon

Monty Marz requested to merge veloren/dev/veloren:dwarven_quarry into master

Features:

  • Dwarven themed T-4 Dungeon
  • Readable Signs
  • Actual Multi-Loot (Multiple, different items)
  • Performance adjustments for particles (Lava, Leaves)
  • Multiple functions to spawn entites and premade models that can be reused for other sites

The dungeon uses premade models for it's rooms. It is not the intention to make this the new standard but rather introduce a concept for developing a tile based dungeon design. The aim is to combine handmade level design with proc-gen features. Another new concept is trying to loop the dungeon in a way that makes players arrive near the entrance after beating the last enemies. Furthermore the aim was to let the dungeon become gradually harder the deeper players advance into it.

  • By opening this merge request, you agree to release your code and all other changes under the GPL 3 license and to abide by the terms set by this license.
  • Migrations have been added if applicable
  • Significant changes of this merge request have been added to the changelog.
Edited by Monty Marz

Merge request reports