Prototype/NamedNoiseExpression: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Created page with "== Basics == A NoiseExpreession together with a name. Named noise expressions are used to specify functions for elevation, temperature, moisture, aux, and cliffiness. I...")
 
m (Types/NoiseExpression)
Line 1: Line 1:
== Basics ==
== Basics ==


A [[NoiseExpreession]] together with a name.
A [[Types/NoiseExpreession]] together with a name.


Named noise expressions are used to specify functions for elevation, temperature, moisture, aux, and cliffiness.
Named noise expressions are used to specify functions for elevation, temperature, moisture, aux, and cliffiness.

Revision as of 02:38, 29 August 2018

Basics

A Types/NoiseExpreession 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

name

Type: Types/string

Name of this expression, e.g. "default-temperature".

expression

Type: Types/NoiseExpression

The expression itself.