Prototype/FlyingRobot: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Converted to SMW format)
(0.17.72: max_speed)
Line 16: Line 16:


== Optional properties ==
== Optional properties ==
{{Prototype property|max_speed|[[Types/double|double]]|max double|optional=true}}
The maximum speed of the robot. Useful to limit the impact of [[worker robot speed (research)]].


{{Prototype property|max_energy|[[Types/Energy|Energy]]|0|optional=true}}
{{Prototype property|max_energy|[[Types/Energy|Energy]]|0|optional=true}}
How much energy can be stored in the batteries.
How much energy can be stored in the batteries.


{{Prototype property|energy_per_move|[[Types/Energy|Energy]]|0|optional=true}}
{{Prototype property|energy_per_move|[[Types/Energy|Energy]]|0|optional=true}}

Revision as of 16:20, 22 October 2019

Template:Prototype parent Abstract base for construcion/logistics and combat robots.

Template:Prototype TOC

Extensions

Mandatory properties

Inherits all properties from Prototype/EntityWithHealth.

Template:Prototype property

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

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.