Types/ProjectileTriggerDelivery

From Official Factorio Wiki
Revision as of 03:30, 19 July 2021 by Honktown (talk | contribs) (→‎direction_deviation: description for direction deviation)
Jump to navigation Jump to search

Extends Types/TriggerDelivery.

Mandatory properties

projectile

Type: Types/string

Name of a Prototype/Projectile.

starting_speed

Type: Types/float

Starting speed in tiles per tick.

Optional properties

Inherits "source_effects" and "target_effects" properties from Types/TriggerDelivery.

starting_speed_deviation

Type: Types/float

Default: 0

direction_deviation

Maximum deviation of the projectile from source orientation, in +/- ( X radians / 2). Example: 3.14 radians -> +/- (180° / 2). Up to 90° deviation in either direction of rotation.
Type: Types/float
Default: 0

range_deviation

Type: Types/float

Default: 0

max_range

Type: Types/double

Default: 1000

min_range

Type: Types/double

Default: 0