Prototype/SolarPanel: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Converted to SMW format)
(Removed old prototype docs)
 
(4 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]
A [[solar panel]].


{{Prototype TOC|solar-panel}}
</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>
 
== Mandatory properties ==
This prototype inherits all the properties from [[Prototype/EntityWithHealth]].
 
{{Prototype property|energy_source|[[Types/EnergySource|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.
 
{{Prototype property|picture|[[Types/SpriteVariations|SpriteVariations]]}}
The picture displayed for this solar panel.
 
{{Prototype property|production|[[Types/Energy|Energy]]}}
The maximum amount of power this solar panel can produce.
 
== Optional properties ==
 
{{Prototype property|overlay|[[Types/SpriteVariations|SpriteVariations]]|optional=true}}
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.