Prototype/NamedNoiseExpression: Difference between revisions
Jump to navigation
Jump to search
(name is inherited from Prototype) |
(Added prototype type to page) |
||
Line 1: | Line 1: | ||
== Basics == | == Basics == | ||
Prototype type: '''noise-expression''' | |||
A [[Types/NoiseExpression]] together with a name. | A [[Types/NoiseExpression]] together with a name. |
Revision as of 16:28, 21 January 2019
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.
In 0.16 the 'name' of the NamedNoiseExpression must be "default-<property>", e.g. "default-elevation" for it to be picked up by the terrain generation system and used to calculate elevation.
Mandatory properties
Inherits all properties from Prototype.
expression
Type: Types/NoiseExpression
The expression itself.