Hierarchy

Properties

defaultCaveEntranceFlooring: TerrainType
defaultTerrainBackground: TerrainType
disableTravel?: boolean
ferocity?: PartialRecord<WorldZ, FerocityLevelThresholds>

A record defining maximum thresholds for each ferocity level.

When a layer's ferocity thresholds are not set, thresholds for WorldZ.Overworld are used. When no thresholds are set at all, DEFAULT_FEROCITY_LEVEL_THRESHOLDS is used.

The current ferocity level is equivalent to the level with the threshold closest to the current alignment value, without exceeding it.

When no thresholds are applicable, FerocityLevel.Minimal is used.

modIndex?: number

Do not provide or modify this value, only reference it. This is set by the modding system during the process of registration.

temperature?: IBiomeTemperature
terrainOverrides?: Set<TerrainType>

Generated using TypeDoc