Add Large Room Step: Difference between revisions

From PMDOWiki
Imbion (talk | contribs)
Created page with "The '''AddLargeRoomStep''' is a floor generation step. Its typical priority is unknown. == Usage == This step should only be used in GridFloorGen. With the grid plan being made, this step adds a large room. It searches for an area that has at least one eligible room, and no rooms that are ineligible. Then, this step bulldozes the area, placing the new room in it. == Fields == This step has the following fields. === Filters === Filters to determine what room..."
 
Imbion (talk | contribs)
No edit summary
 
Line 14: Line 14:
=== Giant Rooms ===
=== Giant Rooms ===
A [[spawn table]] of the possible giant rooms that can appear. This also includes the cell size of the room, for bulldozing the older rooms.
A [[spawn table]] of the possible giant rooms that can appear. This also includes the cell size of the room, for bulldozing the older rooms.
[[Category:Floor Generation Step]]
[[Category:Floor Generation Step]][[Category:GridFloorGen]]

Latest revision as of 18:55, 13 August 2025

The AddLargeRoomStep is a floor generation step. Its typical priority is unknown.

Usage

This step should only be used in GridFloorGen. With the grid plan being made, this step adds a large room. It searches for an area that has at least one eligible room, and no rooms that are ineligible. Then, this step bulldozes the area, placing the new room in it.

Fields

This step has the following fields.

Filters

Filters to determine what rooms are valid to target for replacement.

Room Components

The components to tag the new large room with.

Room Amount

The range of large rooms to attempt to make.

Giant Rooms

A spawn table of the possible giant rooms that can appear. This also includes the cell size of the room, for bulldozing the older rooms.