Types/StreamAttackParameters: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Extends Types/BaseAttackParameters. == Optional properties == Inherits all properties from Types/BaseAttackParameters. === fluid_consumption === '''Type''': Types/...") |
(0.17) |
||
Line 13: | Line 13: | ||
'''Default''': 0.0 | '''Default''': 0.0 | ||
=== projectile_creation_parameters === | |||
'''Type''': [[Types/CircularProjectileCreationSpecification]] | |||
=== gun_center_shift === | === gun_center_shift === | ||
Line 20: | Line 23: | ||
=== fluids === | === fluids === | ||
'''Type''': [[Types/table]] of [[Types/ | '''Type''': [[Types/table|array]] of [[Types/table]] | ||
Array of tables with the following key/value pairs: | |||
* type - [[Types/string]] - Mandatory. Name of a Prototype/Fluid. | |||
* damage_modifier - [[Types/double]] - Optional. Default is 1. |
Revision as of 18:24, 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/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
Array of tables with the following key/value pairs:
- type - Types/string - Mandatory. Name of a Prototype/Fluid.
- damage_modifier - Types/double - Optional. Default is 1.