Factorio Prototype DocsVersion 2.0.15

FogEffectProperties :: struct

Properties

fog_type optional :: "vulcanus" or "gleba"

gleba type is rendered per chunk and opacity of fog depends on count of tiles with lowland_fog set to true on the chunk.

gleba type is rendered per chunk and opacity of fog depends on count of tiles with lowland_fog set to true on the chunk.

shape_noise_texture :: EffectTexture
detail_noise_texture :: EffectTexture
color1 optional :: Color
color2 optional :: Color

Properties

fog_type :: "vulcanus" or "gleba" optional

Default: "vulcanus"

gleba type is rendered per chunk and opacity of fog depends on count of tiles with lowland_fog set to true on the chunk.

shape_noise_texture :: EffectTexture

detail_noise_texture :: EffectTexture

color1 :: Color optional

Default: {1, 1, 1, 1}

color2 :: Color optional

Default: {1, 1, 1, 1}

Prototypes

Types

Defines