Prototype/Beacon: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Migrated prototype doc to separate website)
(Removed old prototype docs)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''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/BeaconPrototype.html https://lua-api.factorio.com/latest/prototypes/BeaconPrototype.html]
<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/BeaconPrototype.html https://lua-api.factorio.com/latest/prototypes/BeaconPrototype.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 [https://forums.factorio.com/viewforum.php?f=233 on the forums].
</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 parent|Prototype/EntityWithOwner}}
Entity with the ability to transfer module's effects to its neighboring entities.
 
{{Prototype TOC|beacon}}
 
== Usage in base==
*[[Beacon]]
 
== Mandatory properties ==
 
This prototype inherits all the properties from [[Prototype/EntityWithOwner]].
 
{{Prototype property|energy_usage|[[Types/Energy|Energy]]}}
 
{{Prototype property|energy_source|[[Types/EnergySource|EnergySource]]}}
Must be an electric or void energy source.
 
{{Prototype property|supply_area_distance|[[Types/double|double]]}}
The maximum distance that this Beacon can supply it's neighbors with it's module's effects. Max distance is 64.
 
{{Prototype property|distribution_effectivity|[[Types/double|double]]}}
The multiplier of the module's effects, when shared between neighbors.
 
{{Prototype property|module_specification|[[Types/ModuleSpecification|ModuleSpecification]]}}
The number of module slots in this beacon, and their icon positions.
 
== Optional properties ==
 
{{Prototype property|graphics_set|[[Types/BeaconGraphicsSet|BeaconGraphicsSet]]|optional=true}}
The graphics for the beacon.
 
{{Prototype property|animation|[[Types/Animation|Animation]]|optional=true}}
The animation for the beacon, when in use. Loaded only if <code>graphics_set</code> is not present.
 
{{Prototype property|base_picture|[[Types/Sprite|Sprite]]|optional=true}}
The picture of the beacon when it is not on. Loaded only if <code>graphics_set</code> is not present.
 
{{Prototype property|radius_visualisation_picture|[[Types/Sprite|Sprite]]|optional=true}}
 
{{Prototype property|allowed_effects|[[Types/EffectTypeLimitation|EffectTypeLimitation]]|No effects are allowed|optional=true}}
The types of modules that a player can place inside of the Beacon.

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/prototypes/BeaconPrototype.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.