Prototype/ConstantCombinator: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Set prototype parent)
(Converted to SMW format)
Line 1: Line 1:
{{Prototype parent|Prototype/EntityWithHealth}}
{{Prototype parent|Prototype/EntityWithHealth}}
A [[constant combinator]].


== Basics ==
{{Prototype TOC|constant-combinator}}
Prototype type: '''constant-combinator'''
 
Extends [[Prototype/EntityWithHealth]].


== Mandatory properties ==
== Mandatory properties ==
This prototype inherits all the properties from [[Prototype/EntityWithHealth]].
This prototype inherits all the properties from [[Prototype/EntityWithHealth]].


=== item_slot_count ===
{{Prototype property|item_slot_count|[[Types/uint32|uint32]]}}
'''Type''': [[Types/uint32]]
 
=== sprites ===
'''Type''': [[Types/Sprite4Way]]


=== activity_led_sprites ===
{{Prototype property|sprites|[[Types/Sprite4Way|Sprite4Way]]}}
'''Type''': [[Types/Sprite4Way]]


=== activity_led_light_offsets ===
{{Prototype property|activity_led_sprites|[[Types/Sprite4Way|Sprite4Way]]}}
'''Type''': [[Types/table]] of [[Types/vector]]


{{Prototype property|activity_led_light_offsets|[[Types/table|table]] of [[Types/vector|vector]]}}
Array of 4 vectors.
Array of 4 vectors.


=== circuit_wire_connection_points ===
{{Prototype property|circuit_wire_connection_points|[[Types/table|table]] of [[Types/WireConnectionPoint|WireConnectionPoint]]}}
'''Type''': [[Types/table]] of [[Types/WireConnectionPoint]]
 
Array of 4 WireConnectionPoints.
Array of 4 WireConnectionPoints.


== Optional properties ==
== Optional properties ==


=== activity_led_light ===
{{Prototype property|activity_led_light|[[Types/LightDefinition|LightDefinition]]|optional=true}}
'''Type''': [[Types/LightDefinition]]
 
=== circuit_wire_max_distance ===
'''Type''': [[Types/double]]
 
'''Default''': 0


{{Prototype property|circuit_wire_max_distance|[[Types/double|double]]|0|optional=true}}
The maximum circuit wire distance for this entity.
The maximum circuit wire distance for this entity.


=== draw_copper_wires ===
{{Prototype property|draw_copper_wires|[[Types/bool|bool]]|true|optional=true}}
'''Type''': [[Types/bool]]
 
'''Default''': true
 
=== draw_circuit_wires ===
'''Type''': [[Types/bool]]


'''Default''': true
{{Prototype property|draw_circuit_wires|[[Types/bool|bool]]|true|optional=true}}

Revision as of 12:05, 28 July 2019