Secret Stairs: Difference between revisions
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
== Usage == | == Usage == | ||
Secret stairs lead to an alternative path separate from the primary path of the dungeon. They lead to either | 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. | ||
secret rooms or secret dungeons. The rooms typically contain a reward, while secret dungeons hold rewards in their exploration. | |||
== Implementation == | == Implementation == | ||
Secret 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]]. | 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 | [[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.
