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
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.