Prototype/FlyingRobot: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Created page with "== Basics == Abstract base for construcion/logistics and combat robots. Extends the Prototype/EntityWithHealth == Properties == === speed === '''Type''': Types/double...")
 
(added extensions)
Line 2: Line 2:
Abstract base for construcion/logistics and combat robots.
Abstract base for construcion/logistics and combat robots.
Extends the [[Prototype/EntityWithHealth]]
Extends the [[Prototype/EntityWithHealth]]
== Extensions ==
* [[Prototype/CombatRobot]] '''combat-robot'''
* [[Prototype/RobotWithLogisticInterface]] <abstract>
** [[Prototype/ConstructionRobot]] '''construction-robot'''
** [[Prototype/LogisticRobot]] '''logistic-robot'''
== Properties ==
== Properties ==
=== speed ===
=== speed ===

Revision as of 15:13, 21 January 2019

Basics

Abstract base for construcion/logistics and combat robots. Extends the Prototype/EntityWithHealth

Extensions

Properties

speed

Type: Types/double

max_energy

Type: Types/Energy

Default: 0

How much energy can be stored in the batteries.

energy_per_move

Type: Types/Energy

Default: 0

How much does it cost to move 1 meter.

energy_per_tick

Type: Types/Energy

Default: 0

min_to_charge

Type: Types/float

Default: 0.2

The robot will always go to charge when it has less energy than this.

max_to_charge

Type: Types/float

Default: 0.95

The robot will never go to charge when it has more energy than this.

speed_multiplier_when_out_of_energy

Type: Types/float

Default: 0

Some robots simply crash, some slowdown but keep going. 0 means crash.