Prototype/FlyingRobot: Difference between revisions
Jump to navigation
Jump to search
(1.1.51: Prototype/EntityWithOwner added) |
|||
Line 29: | Line 29: | ||
{{Prototype property|min_to_charge|[[Types/float|float]]|0.2|optional=true}} | {{Prototype property|min_to_charge|[[Types/float|float]]|0.2|optional=true}} | ||
The robot will | The robot will go to charge when it has less energy than this. | ||
{{Prototype property|max_to_charge|[[Types/float|float]]|0.95|optional=true}} | {{Prototype property|max_to_charge|[[Types/float|float]]|0.95|optional=true}} | ||
The robot will | The robot will be retract into roboport when it has more energy than this without ongoing tasks. | ||
{{Prototype property|speed_multiplier_when_out_of_energy|[[Types/float|float]]|0|optional=true}} | {{Prototype property|speed_multiplier_when_out_of_energy|[[Types/float|float]]|0|optional=true}} | ||
Some robots simply crash, some slowdown but keep going. 0 means crash. | Some robots simply crash, some slowdown but keep going. 0 means crash. |
Revision as of 22:47, 9 September 2022
Template:Prototype parent Abstract base for construcion/logistics and combat robots.
Extensions
- Prototype/CombatRobot combat-robot
- Prototype/RobotWithLogisticInterface <abstract>
- Prototype/ConstructionRobot construction-robot
- Prototype/LogisticRobot logistic-robot
Mandatory properties
Inherits all properties from Prototype/EntityWithOwner.
Optional properties
Template:Prototype property The maximum speed of the robot. Useful to limit the impact of worker robot speed (research).
Template:Prototype property How much energy can be stored in the batteries.
Template:Prototype property How much does it cost to move 1 meter.
Template:Prototype property The robot will go to charge when it has less energy than this.
Template:Prototype property The robot will be retract into roboport when it has more energy than this without ongoing tasks.
Template:Prototype property Some robots simply crash, some slowdown but keep going. 0 means crash.