Chance Floor Generation

From PMDOWiki
Revision as of 18:29, 13 August 2025 by Imbion (talk | contribs) (Created page with "'''Chance Floor Generation''', known internally as <code>ChanceFloorGen</code>, 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.