Factorio Prototype DocsVersion 2.0.19

TileEffectDefinition 'tile-effect' changed

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.

shadernew :: "water" or "space" or "puddle"
waternew optional :: WaterTileEffectParameters

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

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

spacenew optional :: SpaceTileEffectParameters

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

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

puddlenew 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"new

water :: WaterTileEffectParameters optional new

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

space :: SpaceTileEffectParameters optional new

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

puddle :: PuddleTileEffectParameters optional new

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

Prototypes

Types

Defines