Prototype/RobotWithLogisticInterface: Difference between revisions
Jump to navigation
Jump to search
(0.18.10) |
(|optional=true) |
||
Line 17: | Line 17: | ||
== Optional properties == | == Optional properties == | ||
{{Prototype property|idle|[[Types/RotatedAnimation|RotatedAnimation]]}} | {{Prototype property|idle|[[Types/RotatedAnimation|RotatedAnimation]]|optional=true}} | ||
{{Prototype property|in_motion|[[Types/RotatedAnimation|RotatedAnimation]]}} | {{Prototype property|in_motion|[[Types/RotatedAnimation|RotatedAnimation]]|optional=true}} | ||
{{Prototype property|shadow_idle|[[Types/RotatedAnimation|RotatedAnimation]]}} | {{Prototype property|shadow_idle|[[Types/RotatedAnimation|RotatedAnimation]]|optional=true}} | ||
{{Prototype property|shadow_in_motion|[[Types/RotatedAnimation|RotatedAnimation]]}} | {{Prototype property|shadow_in_motion|[[Types/RotatedAnimation|RotatedAnimation]]|optional=true}} | ||
{{Prototype property|draw_cargo|[[Types/bool|bool]]|true|optional=true}} | {{Prototype property|draw_cargo|[[Types/bool|bool]]|true|optional=true}} |
Revision as of 08:21, 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