DungeonGenerationReportEntryType
Enumeration in ChivalrousGames.DungeonMaster
Description
Categorizes entries in the Dungeon generation report. Usually the most precise type is associated to an entry.
Values
DungeonEvent | Event related to the Dungeon |
LevelEvent | Event related to a Level of the Dungeon |
RoomEvent | Event related to a Room found within a Level of the Dungeon |
PresetRoomEvent | Event related to a PresetRoom that was used to pre-configure the Dungeon |
KeyEvent | Event related to the distribution and spawning of Keys for the Lock/Key system. Keys are Spawnables. |
DetailResult | Data related to the result of a calculation that occurred during an unspecified event of the dungeon generation. The description should contain more information related to the nature of this calculation. |
DetailCalculation | Data related to the process of a calculation that occurred during an unspecified event of the dungeon generation. The description should contain more information related to the nature of this calculation. |
Issue | Data related to an issue or error that occurred during dungeon generation and most likely prevented the Dungeon from generating itself during one of the generation attempts. |