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
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.
max_payload_size
Type: ItemCountType
cargo_centered
Type: vector
Optional properties
idle
Type: RotatedAnimation
in_motion
Type: RotatedAnimation
shadow_idle
Type: RotatedAnimation
shadow_in_motion
Type: RotatedAnimation
draw_cargo
Type: bool
Default: true