Prototype/ParticleSource: 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/Entity}}
{{Prototype parent|Prototype/Entity}}
Creates particles.


== Basics ==
{{Prototype TOC|particle-source}}
Prototype type: '''particle-source'''
 
Extends [[Prototype/Entity]].


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


=== particle ===
{{Prototype property|particle|[[Types/string|string]]}}
'''Type''': [[Types/string]]
 
Name of an entity.
Name of an entity.


=== time_to_live ===
{{Prototype property|time_to_live|[[Types/float|float]]}}
'''Type''': [[Types/float]]
 
=== time_to_live_deviation ===
'''Type''': [[Types/float]]
 
'''Default''': 0
 
=== time_before_start ===
'''Type''': [[Types/float]]
 
=== time_before_start_deviation ===
'''Type''': [[Types/float]]


'''Default''': 0
{{Prototype property|time_before_start|[[Types/float|float]]}}


=== height ===
{{Prototype property|height|[[Types/float|float]]}}
'''Type''': [[Types/float]]


=== height_deviation ===
{{Prototype property|vertical_speed|[[Types/float|float]]}}
'''Type''': [[Types/float]]


'''Default''': 0
{{Prototype property|horizontal_speed|[[Types/float|float]]}}


=== vertical_speed ===
== Optional properties ==
'''Type''': [[Types/float]]


=== vertical_speed_deviation ===
{{Prototype property|time_to_live_deviation|[[Types/float|float]]|0|optional=true}}
'''Type''': [[Types/float]]


'''Default''': 0
{{Prototype property|time_before_start_deviation|[[Types/float|float]]|0|optional=true}}


=== horizontal_speed ===
{{Prototype property|height_deviation|[[Types/float|float]]|0|optional=true}}
'''Type''': [[Types/float]]


=== horizontal_speed_deviation ===
{{Prototype property|vertical_speed_deviation|[[Types/float|float]]|0|optional=true}}
'''Type''': [[Types/float]]


'''Default''': 0
{{Prototype property|horizontal_speed_deviation|[[Types/float|float]]|0|optional=true}}

Revision as of 21:18, 5 August 2019