Chance Floor Generation

From PMDOWiki

Chance Floor Generation, known internally as ChanceFloorGen, is a type of FloorGen.

Usage

ChanceFloorGen is unique when compared to other types of FloorGen. Rather than specifying its own algorithm or steps, ChanceFloorGen instead serves as a spawn table of possible floor generation schemes. Inside, possible spawns for the floor are initalized, assigned weights to influence the chance that they will appear.

As a result, this can be used to create floors with a greater degree of randomization, creating different possible floors that can be randomly drawn.