Prototype/ConstantCombinator: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Added prototype type to page)
(0.17)
Line 35: Line 35:


'''Default''': 0
'''Default''': 0
The maximum circuit wire distance for this entity.
=== draw_copper_wires ===
'''Type''': [[Types/bool]]
'''Default''': true
=== draw_circuit_wires ===
'''Type''': [[Types/bool]]
'''Default''': true

Revision as of 16:06, 9 April 2019

Basics

Prototype type: constant-combinator

Extends Prototype/EntityWithHealth.

Mandatory properties

This prototype inherits all the properties from Prototype/EntityWithHealth.

item_slot_count

Type: Types/uint32

sprites

Type: Types/Sprite4Way

activity_led_sprites

Type: Types/Sprite4Way

activity_led_light_offsets

Type: Types/table of Types/vector

Array of 4 vectors.

circuit_wire_connection_points

Type: Types/table of Types/WireConnectionPoint

Array of 4 WireConnectionPoints.

Optional properties

activity_led_light

Type: Types/LightDefinition

circuit_wire_max_distance

Type: Types/double

Default: 0

The maximum circuit wire distance for this entity.

draw_copper_wires

Type: Types/bool

Default: true

draw_circuit_wires

Type: Types/bool

Default: true