Prototype/Inserter: Difference between revisions

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


=== rotation_speed ===
=== rotation_speed ===
'''Type''': [[Types/double]]
=== energy_per_movement ===
'''Type''': [[Types/double]]
=== energy_per_rotation ===
'''Type''': [[Types/double]]
'''Type''': [[Types/double]]


Line 52: Line 46:


== Optional properties ==
== Optional properties ==
=== energy_per_movement ===
'''Type''': [[Types/Energy]]
=== energy_per_rotation ===
'''Type''': [[Types/Energy]]
=== stack ===
=== stack ===
'''Type''': [[Types/bool]]
'''Type''': [[Types/bool]]
Line 85: Line 86:


'''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


=== default_stack_control_input_signal ===
=== default_stack_control_input_signal ===

Revision as of 16:54, 9 April 2019

Basics

Prototype type: inserter

An inserter. Based on Prototype/EntityWithHealth.

Mandatory properties

This prototype inherits all the properties from Prototype/EntityWithHealth.

extension_speed

Type: Types/double

rotation_speed

Type: Types/double

insert_position

Type: Types/vector

pickup_position

Type: Types/vector

platform_picture

Type: Types/Sprite4Way

hand_base_picture

Type: Types/Sprite

hand_open_picture

Type: Types/Sprite

hand_closed_picture

Type: Types/Sprite

hand_base_shadow

Type: Types/Sprite

hand_open_shadow

Type: Types/Sprite

hand_closed_shadow

Type: Types/Sprite

energy_source

Type: Types/EnergySource

Defines how this inserter gets energy.

Optional properties

energy_per_movement

Type: Types/Energy

energy_per_rotation

Type: Types/Energy

stack

Type: Types/bool

Default: false

allow_custom_vectors

Type: Types/bool

Default: false

Whether pickup and insert position can be set run-time.

draw_held_item

Type: Types/bool

Default: true

filter_count

Type: Types/uint8

Default: 0

Maximum count of filtered items in inserter is 5.

hand_size

Type: Types/double

Default: 0.75

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

default_stack_control_input_signal

Type: Types/SignalIDConnector

circuit_wire_connection_points

Type: Types/table of Types/WireConnectionPoint

circuit_connector_sprites

Type: Types/table of Types/CircuitConnectorSprites