Prototype/Radar: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Set prototype parent)
(Converted to SMW format)
Line 1: Line 1:
{{Prototype parent|Prototype/EntityWithHealth}}
{{Prototype parent|Prototype/EntityWithHealth}}
A [[radar]].


== Basics ==
{{Prototype TOC|radar}}
Prototype type: '''radar'''
 
A [[radar]]. Based on [[Prototype/EntityWithHealth]].


== Mandatory properties ==
== Mandatory properties ==
This prototype inherits all the properties from [[Prototype/EntityWithHealth]].
This prototype inherits all the properties from [[Prototype/EntityWithHealth]].


=== energy_usage ===
{{Prototype property|energy_usage|[[Types/Energy|Energy]]}}
'''Type''': [[Types/Energy]]
 
The amount of energy this radar uses.
The amount of energy this radar uses.


=== energy_per_sector ===
{{Prototype property|energy_per_sector|[[Types/Energy|Energy]]}}
'''Type''': [[Types/Energy]]
 
The amount of energy it takes to scan a sector.
The amount of energy it takes to scan a sector.


=== energy_per_nearby_scan ===
{{Prototype property|energy_per_nearby_scan|[[Types/Energy|Energy]]}}
'''Type''': [[Types/Energy]]
 
=== energy_source ===
'''Type''': [[Types/EnergySource]]


{{Prototype property|energy_source|[[Types/EnergySource|EnergySource]]}}
The energy source for this radar.
The energy source for this radar.


=== pictures ===
{{Prototype property|pictures|[[Types/RotatedSprite|RotatedSprite]]}}
'''Type''': [[Types/RotatedSprite]]


=== max_distance_of_sector_revealed ===
{{Prototype property|max_distance_of_sector_revealed|[[Types/uint32|uint32]]}}
'''Type''': [[Types/uint32]]


=== max_distance_of_nearby_sector_revealed ===
{{Prototype property|max_distance_of_nearby_sector_revealed|[[Types/uint32|uint32]]}}
'''Type''': [[Types/uint32]]


== Optional properties ==
== Optional properties ==
=== radius_minimap_visualisation_color ===
'''Type''': [[Types/Color]]


=== rotation_speed ===
{{Prototype property|radius_minimap_visualisation_color|[[Types/Color|Color]]|optional=true}}
'''Type''': [[Types/double]]


'''Default''': 0.01
{{Prototype property|rotation_speed|[[Types/double|double]]|0.01|optional=true}}

Revision as of 16:56, 5 August 2019

Template:Prototype parent A radar.

Template:Prototype TOC

Mandatory properties

This prototype inherits all the properties from Prototype/EntityWithHealth.

Template:Prototype property The amount of energy this radar uses.

Template:Prototype property The amount of energy it takes to scan a sector.

Template:Prototype property

Template:Prototype property The energy source for this radar.

Template:Prototype property

Template:Prototype property

Template:Prototype property

Optional properties

Template:Prototype property

Template:Prototype property