Factorio Prototype DocsVersion 2.0.55

TileEffectDefinition 'tile-effect'

Used to define the parameters for tile shaders.

Prototype limited to 32 total instances.

Properties

type :: "tile-effect"
name :: string

Name of the tile-effect.

Name of the tile-effect.

shader :: "water" or "space" or "puddle"
water optional :: WaterTileEffectParameters

Only loaded, and mandatory if shader is "water".

Only loaded, and mandatory if shader is "water".

space optional :: SpaceTileEffectParameters

Only loaded, and mandatory if shader is "space".

Only loaded, and mandatory if shader is "space".

puddle optional :: PuddleTileEffectParameters

Only loaded, and mandatory if shader is "puddle".

Only loaded, and mandatory if shader is "puddle".

Properties

type :: "tile-effect"

name :: string

Name of the tile-effect.

shader :: "water" or "space" or "puddle"

water :: WaterTileEffectParameters optional

Only loaded, and mandatory if shader is "water".

space :: SpaceTileEffectParameters optional

Only loaded, and mandatory if shader is "space".

puddle :: PuddleTileEffectParameters optional

Only loaded, and mandatory if shader is "puddle".

Prototypes

Types

Defines