Prototype/FlyingRobot: Difference between revisions
Jump to navigation
Jump to search
(0.17.72: max_speed) |
(1.1.51: Prototype/EntityWithOwner added) |
||
Line 1: | Line 1: | ||
{{Prototype parent|Prototype/ | {{Prototype parent|Prototype/EntityWithOwner}} | ||
Abstract base for construcion/logistics and combat robots. | Abstract base for construcion/logistics and combat robots. | ||
Line 11: | Line 11: | ||
== Mandatory properties == | == Mandatory properties == | ||
Inherits all properties from [[Prototype/ | Inherits all properties from [[Prototype/EntityWithOwner]]. | ||
{{Prototype property|speed|[[Types/double|double]]}} | {{Prototype property|speed|[[Types/double|double]]}} |
Revision as of 19:26, 21 January 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 always go to charge when it has less energy than this.
Template:Prototype property The robot will never go to charge when it has more energy than this.
Template:Prototype property Some robots simply crash, some slowdown but keep going. 0 means crash.