Prototype/SolarPanel: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Set prototype parent)
(Removed old prototype docs)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Prototype parent|Prototype/EntityWithHealth}}
<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/prototypes/SolarPanelPrototype.html https://lua-api.factorio.com/latest/prototypes/SolarPanelPrototype.html]


== Basics ==
</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>
Prototype type: '''solar-panel'''
 
A [[solar panel]]. Based on [[Prototype/EntityWithHealth]].
 
== Mandatory properties ==
This prototype inherits all the properties from [[Prototype/EntityWithHealth]].
 
=== energy_source ===
'''Type''': [[Types/EnergySource]]
 
Sets how this solar panel connects to the energy network. The most relevant property seems to be the output_priority. Has to be an electric energy source.
 
=== picture ===
'''Type''': [[Types/SpriteVariations]]
 
The picture displayed for this solar panel.
 
=== production ===
'''Type''': [[Types/Energy]]
 
The maximum amount of power this solar panel can produce.
 
== Optional properties ==
 
=== overlay ===
'''Type''': [[Types/SpriteVariations]]
 
Overlay has to be empty or have same number of variations as picture.

Latest revision as of 14:33, 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/prototypes/SolarPanelPrototype.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.