ProjectileTriggerDelivery :: struct
| Inherits from TriggerDeliveryItem |
| type | :: "projectile" | |
| projectile | :: EntityID | Name of a ProjectilePrototype. |
Name of a ProjectilePrototype. | ||
| starting_speed | :: float | Starting speed in tiles per tick. |
Starting speed in tiles per tick. | ||
| starting_speed_deviation optional | :: float | |
| direction_deviation optional | :: float | Maximum deviation of the projectile from source orientation, in +/- ( |
Maximum deviation of the projectile from source orientation, in +/- ( | ||
| range_deviation optional | :: float | The maximum deviation of the projectile maximum range from |
The maximum deviation of the projectile maximum range from | ||
| max_range optional | :: double | |
| min_range optional | :: double | |
Inherited from TriggerDeliveryItem
| source_effects optional | :: TriggerEffect | Provides the source of the TriggerDelivery as both the source and target of the effect. |
Provides the source of the TriggerDelivery as both the source and target of the effect. | ||
| target_effects optional | :: TriggerEffect | |


