Prototype/RobotWithLogisticInterface: Difference between revisions
Jump to navigation
Jump to search
(included abstract in description) |
(0.18.10) |
||
Line 10: | Line 10: | ||
== Mandatory properties == | == Mandatory properties == | ||
This prototype inherits all the properties from [[Prototype/FlyingRobot]]. | This prototype inherits all the properties from [[Prototype/FlyingRobot]]. | ||
{{Prototype property|max_payload_size|[[Types/ItemCountType|ItemCountType]]}} | |||
{{Prototype property|cargo_centered|[[Types/vector|vector]]}} | |||
== Optional properties == | |||
{{Prototype property|idle|[[Types/RotatedAnimation|RotatedAnimation]]}} | {{Prototype property|idle|[[Types/RotatedAnimation|RotatedAnimation]]}} | ||
Line 18: | Line 24: | ||
{{Prototype property|shadow_in_motion|[[Types/RotatedAnimation|RotatedAnimation]]}} | {{Prototype property|shadow_in_motion|[[Types/RotatedAnimation|RotatedAnimation]]}} | ||
{{Prototype property|draw_cargo|[[Types/bool|bool]]|true|optional=true}} | {{Prototype property|draw_cargo|[[Types/bool|bool]]|true|optional=true}} |
Revision as of 08:20, 4 March 2020
Template:Prototype parent The common properties of logistic and construction robots represented by an abstract prototype.
Extensions
- Prototype/ConstructionRobot construction-robot
- Prototype/LogisticRobot logistic-robot
Mandatory properties
This prototype inherits all the properties from Prototype/FlyingRobot.