Prototype/RobotWithLogisticInterface: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Created page with "== Basics == Extends Prototype/FlyingRobot. == Mandatory properties == This prototype inherits all the properties from Prototype/FlyingRobot. === idle === '''Type'''...")
 
(added extensions)
Line 1: Line 1:
== Basics ==
== Basics ==
Extends [[Prototype/FlyingRobot]].
Extends [[Prototype/FlyingRobot]].
== Extensions ==
* [[Prototype/ConstructionRobot]] '''construction-robot'''
* [[Prototype/LogisticRobot]] '''logistic-robot'''


== Mandatory properties ==
== Mandatory properties ==

Revision as of 15:13, 21 January 2019

Basics

Extends Prototype/FlyingRobot.

Extensions

Mandatory properties

This prototype inherits all the properties from Prototype/FlyingRobot.

idle

Type: Types/RotatedAnimation

in_motion

Type: Types/RotatedAnimation

shadow_idle

Type: Types/RotatedAnimation

shadow_in_motion

Type: Types/RotatedAnimation

max_payload_size

Type: Types/ItemCountType

cargo_centered

Type: Types/vector