Prototype/Beacon
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.
Prototype definitions » PrototypeBase » Prototype/Entity » Prototype/EntityWithHealth » Prototype/EntityWithOwner » Prototype/Beacon
Entity with the ability to transfer module's effects to its neighboring entities.
Usage in base
Mandatory properties
This prototype inherits all the properties from Prototype/EntityWithOwner.
energy_usage
Type: Energy
energy_source
Type: EnergySource
Must be an electric or void energy source.
supply_area_distance
Type: double
The maximum distance that this Beacon can supply it's neighbors with it's module's effects. Max distance is 64.
distribution_effectivity
Type: double
The multiplier of the module's effects, when shared between neighbors.
module_specification
Type: ModuleSpecification
The number of module slots in this beacon, and their icon positions.
Optional properties
graphics_set
Type: BeaconGraphicsSet
The graphics for the beacon.
animation
Type: Animation
The animation for the beacon, when in use. Loaded only if graphics_set
is not present.
base_picture
Type: Sprite
The picture of the beacon when it is not on. Loaded only if graphics_set
is not present.
radius_visualisation_picture
Type: Sprite
allowed_effects
Type: EffectTypeLimitation
Default: No effects are allowed
The types of modules that a player can place inside of the Beacon.