Floor Stairs Step: Difference between revisions

From PMDOWiki
Imbion (talk | contribs)
Created page with "The '''Floor Stairs Step''' is a floor generation step. Its typical priority is '''2'''. == Usage == This step is used to spawn entrances and exits on the floor. It is used in RoomFloorGen and GridFloorGen. == Fields == === Min Distance === The minimum distance the entrances and exits must spawn from the player's starting position, in rooms. === Entrances === The entrances and their directions that will spawn on the floor. === Exits === The exits and information ab..."
 
Imbion (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The '''Floor Stairs Step''' is a floor generation step. Its typical priority is '''2'''.
The '''Floor Stairs Step''' is a [[floor generation step]]. Its typical priority is '''2'''.


== Usage ==
== Usage ==
This step is used to spawn entrances and exits on the floor. It is used in RoomFloorGen and GridFloorGen.  
This step is used to spawn entrances and exits on the floor. It is used in [[RoomFloorGen]] and [[GridFloorGen]]. It is distinct from [[FloorStairsDistanceStep]] in that it only provides a minimum distance, no maximum.  


== Fields ==
== Fields ==

Latest revision as of 21:45, 13 August 2025

The Floor Stairs Step is a floor generation step. Its typical priority is 2.

Usage

This step is used to spawn entrances and exits on the floor. It is used in RoomFloorGen and GridFloorGen. It is distinct from FloorStairsDistanceStep in that it only provides a minimum distance, no maximum.

Fields

Min Distance

The minimum distance the entrances and exits must spawn from the player's starting position, in rooms.

Entrances

The entrances and their directions that will spawn on the floor.

Exits

The exits and information about the exit tile.

Filters

What conditions must be true in order for a location to have stairs spawnwable in it. For more information, see filters.