Prototype/RobotWithLogisticInterface: Difference between revisions
Jump to navigation
Jump to search
(Converted to SMW format) |
(included abstract in description) |
||
Line 1: | Line 1: | ||
{{Prototype parent|Prototype/FlyingRobot}} | {{Prototype parent|Prototype/FlyingRobot}} | ||
The common properties of logistic and construction robots. | The common properties of logistic and construction robots represented by an abstract prototype. | ||
{{Prototype TOC|''abstract''}} | {{Prototype TOC|''abstract''}} |
Revision as of 19:17, 8 August 2019
Prototype definitions » PrototypeBase » Prototype/Entity » Prototype/EntityWithHealth » Prototype/EntityWithOwner » Prototype/FlyingRobot » Prototype/RobotWithLogisticInterface
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.
idle
Type: RotatedAnimation
in_motion
Type: RotatedAnimation
shadow_idle
Type: RotatedAnimation
shadow_in_motion
Type: RotatedAnimation
max_payload_size
Type: ItemCountType
cargo_centered
Type: vector
Optional properties
draw_cargo
Type: bool
Default: true