Types/StreamAttackParameters: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(0.17)
(type fix)
Line 15: Line 15:


=== projectile_creation_parameters ===
=== projectile_creation_parameters ===
'''Type''': [[Types/CircularProjectileCreationSpecification]]
'''Type''': [[Types/table]] (array) of [[Types/table]]s (arrays)
 
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 ===

Revision as of 19:22, 7 August 2019

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/table (array) of Types/tables (arrays)

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

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

Array of tables with the following key/value pairs: