Types/SpiderVehicleGraphicsSet: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(1.0.0)
 
(1.1: autopilot_destination_queue_on_map_visualisation, autopilot_destination_queue_on_map_visualisation, autopilot_path_visualisation_line_width,autopilot_path_visualisation_on_map_line_width added)
Line 36: Line 36:


=== autopilot_destination_on_map_visualisation ===
=== autopilot_destination_on_map_visualisation ===
'''Type''': [[Types/Animation|Animation]]
=== autopilot_destination_queue_on_map_visualisation ===
'''Type''': [[Types/Animation|Animation]]
'''Type''': [[Types/Animation|Animation]]


=== autopilot_destination_visualisation ===
=== autopilot_destination_visualisation ===
'''Type''': [[Types/Animation|Animation]]
'''Type''': [[Types/Animation|Animation]]
=== autopilot_destination_queue_visualisation ===
'''Type''': [[Types/Animation|Animation]]
=== autopilot_path_visualisation_line_width ===
'''Type''': [[Types/float|float]]
'''Default''': 0.125
=== autopilot_path_visualisation_on_map_line_width ===
'''Type''': [[Types/float|float]]
'''Default''': 2.0


=== light_positions ===
=== light_positions ===
'''Type''': [[Types/table|array]] of [[Types/table|array]] of [[Types/vector|vector]]
'''Type''': [[Types/table|array]] of [[Types/table|array]] of [[Types/vector|vector]]

Revision as of 16:32, 3 February 2021

Used to specify the graphics for Prototype/SpiderVehicle.

Optional properties

base_animation

Type: RotatedAnimation

shadow_base_animation

Type: RotatedAnimation

animation

Type: RotatedAnimation

shadow_animation

Type: RotatedAnimation

base_render_layer

Type: RenderLayer

Default: "higher-object-under"

render_layer

Type: RenderLayer

Default: "wires-above"

autopilot_destination_visualisation_render_layer

Type: RenderLayer

Default: "object"

light

Type: LightDefinition

eye_light

Type: LightDefinition

autopilot_destination_on_map_visualisation

Type: Animation

autopilot_destination_queue_on_map_visualisation

Type: Animation

autopilot_destination_visualisation

Type: Animation

autopilot_destination_queue_visualisation

Type: Animation

autopilot_path_visualisation_line_width

Type: float

Default: 0.125

autopilot_path_visualisation_on_map_line_width

Type: float

Default: 2.0

light_positions

Type: array of array of vector