Types/WorkingVisualisation

From Official Factorio Wiki
Revision as of 10:48, 8 August 2019 by Bilka (talk | contribs) (Created page with "Used by crafting machines to display different graphics when the machine is running. == Optional properties == === light === '''Type''': Types/LightDefinition === effec...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Used by crafting machines to display different graphics when the machine is running.

Optional properties

light

Type: Types/LightDefinition

effect

Type: Types/string

Either "flicker", "uranium-glow" or "none".

apply_recipe_tint

Type: Types/string

Either "primary", "secondary", "tertiary" or "none".

north_animation

Type: Types/Animation

Either these animations for the directions are loaded, or animation and the positions for the directions are loaded.

west_animation

Type: Types/Animation

south_animation

Type: Types/Animation

east_animation

Type: Types/Animation

animation

Type: Types/Animation

Either this and the below positions are loaded, or the animation properties for each direction are loaded.

north_position

Type: Types/vector

west_position

Type: Types/vector

south_position

Type: Types/vector

east_position

Type: Types/vector