Prototype/RobotWithLogisticInterface: 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/FlyingRobot}}
{{Prototype parent|Prototype/FlyingRobot}}
The common properties of logistic and construction robots.


== Basics ==
{{Prototype TOC|''abstract''}}
This type is abstract and cannot be created directly.
 
Extends [[Prototype/FlyingRobot]].


== Extensions ==
== Extensions ==
Line 13: Line 11:
This prototype inherits all the properties from [[Prototype/FlyingRobot]].
This prototype inherits all the properties from [[Prototype/FlyingRobot]].


=== idle ===
{{Prototype property|idle|[[Types/RotatedAnimation|RotatedAnimation]]}}
'''Type''': [[Types/RotatedAnimation]]


=== in_motion ===
{{Prototype property|in_motion|[[Types/RotatedAnimation|RotatedAnimation]]}}
'''Type''': [[Types/RotatedAnimation]]


=== shadow_idle ===
{{Prototype property|shadow_idle|[[Types/RotatedAnimation|RotatedAnimation]]}}
'''Type''': [[Types/RotatedAnimation]]


=== shadow_in_motion ===
{{Prototype property|shadow_in_motion|[[Types/RotatedAnimation|RotatedAnimation]]}}
'''Type''': [[Types/RotatedAnimation]]


=== max_payload_size ===
{{Prototype property|max_payload_size|[[Types/ItemCountType|ItemCountType]]}}
'''Type''': [[Types/ItemCountType]]


=== cargo_centered ===
{{Prototype property|cargo_centered|[[Types/vector|vector]]}}
'''Type''': [[Types/vector]]


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


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

Revision as of 21:17, 29 July 2019

Template:Prototype parent The common properties of logistic and construction robots.

Template:Prototype TOC

Extensions

Mandatory properties

This prototype inherits all the properties from Prototype/FlyingRobot.

Template:Prototype property

Template:Prototype property

Template:Prototype property

Template:Prototype property

Template:Prototype property

Template:Prototype property

Optional properties

Template:Prototype property