Factorio Prototype DocsVersion 1.1.107

BaseEnergySource :: struct - abstract

The abstract base of all EnergySources. Specifies the way an entity gets its energy.

Children

Properties

emissions_per_minute optional :: double

The pollution an entity emits per minute at full energy consumption. [...]

The pollution an entity emits per minute at full energy consumption. [...]

render_no_power_icon optional :: bool

Whether to render the "no power" icon if the entity is low on power. [...]

Whether to render the "no power" icon if the entity is low on power. [...]

render_no_network_icon optional :: bool

Whether to render the "no network" icon if the entity is not connected to an electric network.

Whether to render the "no network" icon if the entity is not connected to an electric network.

Properties

emissions_per_minute :: double optional

Default: 0

The pollution an entity emits per minute at full energy consumption. This is exactly the value that is shown in the entity tooltip.

render_no_power_icon :: bool optional

Default: true

Whether to render the "no power" icon if the entity is low on power. Also applies to the "no fuel" icon when using burner energy sources.

render_no_network_icon :: bool optional

Default: true

Whether to render the "no network" icon if the entity is not connected to an electric network.

Prototypes

Types