Types/StreamAttackParameters: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
m (fixed link, fluids description)
(Updated styling of prototype doc migration note)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<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/types/StreamAttackParameters.html https://lua-api.factorio.com/latest/types/StreamAttackParameters.html]
</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>
Extends [[Types/BaseAttackParameters]].
Extends [[Types/BaseAttackParameters]].


Line 15: Line 21:


=== projectile_creation_parameters ===
=== projectile_creation_parameters ===
'''Type''': [[Types/table]] (array) of [[Types/table]]s (arrays)
'''Type''': [[Types/CircularProjectileCreationSpecification]]
 
Each array inside the main array has to have 2 members. The first member of each array is a [[Types/RealOrientation]] and the second member is a [[Types/vector]].


=== gun_center_shift ===
=== gun_center_shift ===

Latest revision as of 10:42, 21 September 2023

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/types/StreamAttackParameters.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.


Extends Types/BaseAttackParameters.

Optional properties

Inherits all properties from Types/BaseAttackParameters.

fluid_consumption

Type: Types/float

Default: 0.0

gun_barrel_length

Type: Types/float

Default: 0.0

projectile_creation_parameters

Type: Types/CircularProjectileCreationSpecification

gun_center_shift

Type: Types/vector or Types/table of Types/vector

If this is a table, the keys "north", "east", "south" and "west" are expected to each have an vector associated with them.

fluids

Type: array of Types/table

Controls which fluids can fuel this stream attack and their potential damage bonuses.

Array of tables with the following key/value pairs: