Factorio Prototype DocsVersion 1.1.101

Energy :: stringExample code

Specifies an amount of electric energy in joules, or electric energy per time in watts.

Internally, the input in Watt or Joule/second is always converted into Joule/tick or Joule/(1/60)second, using the following formula: Power in Joule/tick = Power in Watt / 60. See Power.

Supported Multipliers:

  • k/K: 10^3, or 1 000

  • M: 10^6

  • G: 10^9

  • T: 10^12

  • P: 10^15

  • E: 10^18

  • Z: 10^21

  • Y: 10^24

Example

buffer_capacity = "5MJ"
input_flow_limit = "300W"

Type used in

Prototypes

Types