Prototype/NamedNoiseExpression
Jump to navigation
Jump to search
Basics
Prototype type: noise-expression
A Types/NoiseExpression together with a name.
Named noise expressions are used to specify functions for elevation, temperature, moisture, aux, and cliffiness.
e.g. the "elevation" expression is used to calculate elevation for every point on a map.
MapGenSettings
can override which named expression is used to calculate a given property by having an entry in
property_expression_names
. e.g. elevation = "0.16-elevation"
Mandatory properties
Inherits all properties from Prototype.
expression
Type: Types/NoiseExpression
The expression itself.