Types/EnergySource: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Removed old prototype docs)
Tag: Replaced
 
(42 intermediate revisions by 7 users not shown)
Line 1: Line 1:
== Basics ==
<div class="stub"><p>'''The prototype docs have moved to a new website with an improved format.''' This documentation page can now be found here: [https://lua-api.factorio.com/latest/types/EnergySource.html https://lua-api.factorio.com/latest/types/EnergySource.html]
Specifies the way the entity gets its energy.
=== type ===
Type: [[Types/string]]


Only valid values are "electric" or "burner", it specifies the type of the energy source to be used.
</p><p>This wiki page is no longer updated and '''will be removed at some point in the future''', so please update your browser bookmarks or other links that sent you here. If you'd like to contribute to the new docs, you can leave your feedback [https://forums.factorio.com/viewforum.php?f=233 on the forums].</p></div>
=== emissions ===
Type: [[Types/double]]
 
The pollution an entity emits is ''emissions'' times the energy consumption in kW. (This gives you the number that is shown in the entiy tooltip.)
 
=== resting_consumption_ratio ===
Type: [[Types/float]]
 
Default: 1/30
== Electric energy source ==
=== buffer_capacity ===
Type: [[Types/EnergyAmount]]
 
How much power the entity holds.
=== usage_priority ===
Type: [[Types/EnergyPriority]]
=== input_flow_limit ===
Type: [[Types/EnergyPower]]
 
How fast the energy can flow into the entity.
=== output_flow_limit ===
Type: [[Types/EnergyPower]]
 
How fast the energy can flow out of the entity.
 
=== render_no_power_icon ===
Type: [[Types/bool]]
 
Whether to render the [[File:Electricity-icon-red.png|50px]] icon on the entity if it is low on power. Optional, default is true.
 
=== render_no_network_icon ===
Type: [[Types/bool]]
 
Whether to render the [[File:Electricity-icon-unplugged.png|50px]] icon on the entity if it is not connected to a electric network. Optional, default is true.
 
== Burner ==
=== effectivity ===
Type: [[Types/float]]
 
Value specifying the amount of burning value of the item to be transferred into the energy.
1 means 100% effectivity. Can't be 0.
=== fuel_inventory_size ===
Type: [[Types/InventorySize]]
=== smoke ===
Type: [[Types/SmokeSources]]
 
=== fuel_category ===
Type: [[Types/string]]
 
The energy source can be used with fuel from this [[Prototype/FuelCategory|fuel category]].

Latest revision as of 14:32, 25 October 2024

The prototype docs have moved to a new website with an improved format. This documentation page can now be found here: https://lua-api.factorio.com/latest/types/EnergySource.html

This wiki page is no longer updated and will be removed at some point in the future, so please update your browser bookmarks or other links that sent you here. If you'd like to contribute to the new docs, you can leave your feedback on the forums.