Filter (gen)

From PMDOWiki
Revision as of 16:46, 11 August 2025 by Imbion (talk | contribs) (Created page with "A '''filter''' is a part of dungeon generation. They are used to assert certain conditions that must either be true or false for a location to be considered "valid" to generate in. == Filter Types === The following filter types are present in PMDO. === Room Filter Component === Checks for certain room component tags. === Room Filter Connectivity === Checks for certain room connectivity tags. === Room Filter Default Gen === Filters for room just using the default...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A filter is a part of dungeon generation. They are used to assert certain conditions that must either be true or false for a location to be considered "valid" to generate in.

Filter Types =

The following filter types are present in PMDO.

Room Filter Component

Checks for certain room component tags.

Room Filter Connectivity

Checks for certain room connectivity tags.

Room Filter Default Gen

Filters for room just using the default generator. Can be negated.

Room Filter Hall

Checks if the room is a hallway. Can be negated.

Room Filter Index

Checks for indices being a certain value. Can be negated.