type | :: "direct" or "area" or "line" or "cluster" | |
action_delivery | :: array[TriggerDelivery]? | |
entity_flags | :: EntityPrototypeFlags? | The trigger will only affect entities that contain any of these flags. |
The trigger will only affect entities that contain any of these flags. | ||
ignore_collision_condition | :: boolean | |
collision_mask | :: CollisionMask | The trigger will only affect entities that would collide with given collision mask. |
The trigger will only affect entities that would collide with given collision mask. | ||
trigger_target_mask | :: TriggerTargetMask | |
force | :: ForceCondition | If |
If | ||
repeat_count | :: uint | |
probability | :: float |