Prototype/RobotWithLogisticInterface: Difference between revisions
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. | |||
{{Prototype TOC|''abstract''}} | |||
== Extensions == | == Extensions == | ||
Line 13: | Line 11: | ||
This prototype inherits all the properties from [[Prototype/FlyingRobot]]. | This prototype inherits all the properties from [[Prototype/FlyingRobot]]. | ||
{{Prototype property|idle|[[Types/RotatedAnimation|RotatedAnimation]]}} | |||
{{Prototype property|in_motion|[[Types/RotatedAnimation|RotatedAnimation]]}} | |||
{{Prototype property|shadow_idle|[[Types/RotatedAnimation|RotatedAnimation]]}} | |||
{{Prototype property|shadow_in_motion|[[Types/RotatedAnimation|RotatedAnimation]]}} | |||
{{Prototype property|max_payload_size|[[Types/ItemCountType|ItemCountType]]}} | |||
{{Prototype property|cargo_centered|[[Types/vector|vector]]}} | |||
== Optional properties == | == Optional properties == | ||
{{Prototype property|draw_cargo|[[Types/bool|bool]]|true|optional=true}} | |||
Revision as of 21:17, 29 July 2019
Template:Prototype parent The common properties of logistic and construction robots.
Extensions
- Prototype/ConstructionRobot construction-robot
- Prototype/LogisticRobot logistic-robot
Mandatory properties
This prototype inherits all the properties from Prototype/FlyingRobot.