Types/TriggerEffectItem

From Official Factorio Wiki
Jump to navigation Jump to search

The prototype docs have moved to a new website with an improved format. This documentation page can now be found here: https://lua-api.factorio.com/latest/types/TriggerEffectItem.html

This wiki page is no longer updated and will be removed at some point in the future, so please update your browser bookmarks or other links that sent you here. If you'd like to contribute to the new docs, you can leave your feedback on the forums.


The abstract base for all trigger effect items loaded by Types/TriggerEffect.

Extensions

Optional properties

repeat_count

Type: Types/uint16

Default: 1

repeat_count_deviation

Type: Types/uint16

Default: 0

probability

Type: Types/float

Default: 1

Must be greater than 0 and less than or equal to 1.

affects_target

Type: Types/bool

Default: false

show_in_tooltip

Type: Types/bool

Default: true

damage_type_filters

Type: Types/DamageTypeFilters

Guaranteed to work with Prototype/EntityWithHealth#damaged_trigger_effect and Prototype/EntityWithHealth#dying_trigger_effect, unknown if it works with other properties that use Types/TriggerEffect.