Actions

Dungeon Generation: Difference between revisions

From Forsaken Planet

No edit summary
No edit summary
Line 34: Line 34:
Dungeons are made of some number of unique chambers connected via large square and circle open doorways. Chambers can also have a number of locked doors leading to secret rooms.
Dungeons are made of some number of unique chambers connected via large square and circle open doorways. Chambers can also have a number of locked doors leading to secret rooms.


<gallery>
<div class="card-deck">
File:square door.jpg
<bootstrap_card header="Square Door">
File:circular door.jpg
[[File:square door.jpg]]
</gallery>
</bootstrap_card>
 
<bootstrap_card header="Circular Door">
[[File:circular door.jpg]]
</bootstrap_card>
 
</div>


Dungeon generation seems to be like hooking lego pieces together. Some chambers exits (in certain dungeon layouts) are not connected to another chamber at all and this is represented by caved in rocky debris that is impassable.
Dungeon generation seems to be like hooking lego pieces together. Some chambers exits (in certain dungeon layouts) are not connected to another chamber at all and this is represented by caved in rocky debris that is impassable.
Line 43: Line 49:
Circular chamber exits will always be connected to circular entrances of other chambers. Square chamber exits to square chamber entrances.
Circular chamber exits will always be connected to circular entrances of other chambers. Square chamber exits to square chamber entrances.


<gallery>
 
File:caved-in square door.jpg
<div class="card-deck">
File:circular door caved-in.jpg
<bootstrap_card header="Impassible Square Door" footer="Caved in doors are impassible">
</gallery>
[[File: caved-in square door.jpg]]
</bootstrap_card>
 
<bootstrap_card header="Impassible Circular Door" footer="Caved in doors are impassible">
[[File: circular door caved-in.jpg]]
</bootstrap_card>
 
</div>


All chambers are shown on the mission map at start time. Some chambers can be identified by their shape.
All chambers are shown on the mission map at start time. Some chambers can be identified by their shape.

Revision as of 21:52, 22 March 2025


Every 20 minutes the mission maps are regenerated and each map is given a name consisting of two words, typically an adjective and a noun, sometimes linked with an article or preposition like "Darkened Calamity", "Profitable Halls", "Lair of Death" and "The Stygian Maze".

Generated mission names are not unique. Over time, but never at the same time, you may see two missions with the same name but they will not have the same dungeon layout as repeat dungeons are incredibly unlikely.

There are always at least one of each type of mission in each of the four realms and the Underworld Realm will always have a raid dungeon named "Forgotten Tombs" and the Sandbox Arena


Dungeons are made of some number of unique chambers connected via large square and circle open doorways. Chambers can also have a number of locked doors leading to secret rooms.

Square Door

Circular Door

Dungeon generation seems to be like hooking lego pieces together. Some chambers exits (in certain dungeon layouts) are not connected to another chamber at all and this is represented by caved in rocky debris that is impassable.

Circular chamber exits will always be connected to circular entrances of other chambers. Square chamber exits to square chamber entrances.


Impassible Square Door

Impassible Circular Door

All chambers are shown on the mission map at start time. Some chambers can be identified by their shape.

Each chamber is assigned at design time to be either a normal tier chamber OR a tier 3 chamber.

Normal tier chambers can have several locations where chests can appear. Typically only one of these locations will have a tier 1 or tier 2 chest. Normal tier chambers will change their chest tier (between 1 and 2) across dungeon runs.

Tier 3 chambers will always have a tier 3 chest in them in exactly the same spot.

Each individual chamber may have a number of walls where a door can appear. These are affectionally known as "secret doors" and lead to "secret rooms"

Secret rooms can also be classified as "normal tier secret rooms" and "tier 3 secret rooms"

Finally, some chambers can be start rooms and some chambers can be end rooms, although start and end rooms can also appear in non start/end positions in dungeons.

No chamber is repeated in a single dungeon layout.