Prototype/Beacon: Difference between revisions
(Converted to SMW format) |
(0.18.32: hr beacon) |
||
Line 12: | Line 12: | ||
{{Prototype property|energy_usage|[[Types/Energy|Energy]]}} | {{Prototype property|energy_usage|[[Types/Energy|Energy]]}} | ||
{{Prototype property|energy_source|[[Types/EnergySource|EnergySource]]}} | {{Prototype property|energy_source|[[Types/EnergySource|EnergySource]]}} | ||
Must be an electric or void energy source. | Must be an electric or void energy source. | ||
{{Prototype property|supply_area_distance|[[Types/double|double]]}} | {{Prototype property|supply_area_distance|[[Types/double|double]]}} | ||
Line 34: | Line 26: | ||
== Optional properties == | == 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|radius_visualisation_picture|[[Types/Sprite|Sprite]]|optional=true}} | ||
Line 39: | Line 40: | ||
{{Prototype property|allowed_effects|[[Types/EffectTypeLimitation|EffectTypeLimitation]]|optional=true}} | {{Prototype property|allowed_effects|[[Types/EffectTypeLimitation|EffectTypeLimitation]]|optional=true}} | ||
The types of modules that a player can place inside of the Beacon. | The types of modules that a player can place inside of the Beacon. | ||
Revision as of 11:01, 23 July 2020
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/EntityWithHealth.
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
The types of modules that a player can place inside of the Beacon.