Secret Stairs: Difference between revisions

From PMDOWiki
Imbion (talk | contribs)
Created page with "'''Secret Stairs''' are a set of stairs within a dungeon that are found through means other than regular exploration of a floor. Sometimes they are hidden as unidentified tiles, while other times they are hidden behind some requirement like a vault. == Usage == Secret stairs lead to an alternative path separate from the primary path of the dungeon. They lead to either secret rooms or secret dungeons. The rooms typically contain a reward, while secret dungeons ho..."
 
Imbion (talk | contribs)
No edit summary
Line 6: Line 6:


== Implementation ==
== Implementation ==
{{SectStub}}
Secrect stairs are a tile that can be spawned with any spawn step. There are two secret stairs tiles: <code>stairs_secret_down</code> and <code>stairs_secret_up</code>.
 
The destination that the stairs lead to is controlled using the tile state [[Dest State]], to travel anywhere within the [[zone|zone's]] defined [[segments]].


[[Category:Game Mechanics]]
[[Category:Game Mechanics]]

Revision as of 17:12, 25 August 2025

Secret Stairs are a set of stairs within a dungeon that are found through means other than regular exploration of a floor. Sometimes they are hidden as unidentified tiles, while other times they are hidden behind some requirement like a vault.

Usage

Secret stairs lead to an alternative path separate from the primary path of the dungeon. They lead to either secret rooms or secret dungeons. The rooms typically contain a reward, while secret dungeons hold rewards in their exploration.

Implementation

Secrect stairs are a tile that can be spawned with any spawn step. There are two secret stairs tiles: stairs_secret_down and stairs_secret_up.

The destination that the stairs lead to is controlled using the tile state Dest State, to travel anywhere within the zone's defined segments.