Secret Stairs: Difference between revisions

From PMDOWiki
Imbion (talk | contribs)
No edit summary
Imbion (talk | contribs)
No edit summary
 
Line 9: Line 9:
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]].
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 Mechanic]]

Latest revision as of 16:01, 8 February 2026

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

Secret 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.