Filter (gen)

From PMDOWiki

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.