Factorio Prototype DocsVersion 2.0.76 Image

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".

spaceImage optional :: SpaceTileEffectParameters

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

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

puddleImage optional :: PuddleTileEffectParameters

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

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

Properties

type :: "tile-effect"Image

name :: stringImage

Name of the tile-effect.

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

water :: WaterTileEffectParameters optional Image

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

space :: SpaceTileEffectParameters optional ImageImage

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

puddle :: PuddleTileEffectParameters optional ImageImage

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

Image Prototypes

Image Types

Image Defines