Factorio Prototype DocsVersion 2.0.19

DestroyCliffsTriggerEffectItem :: struct

Inherits from TriggerEffectItem

Properties

type :: "destroy-cliffs"
radius :: float
explosion_at_trigger optional :: EntityID

Entity created at trigger location every time trigger executes.

Entity created at trigger location every time trigger executes.

explosion_at_cliff optional :: EntityID

Entity created at cliff location when a cliff is destroyed.

Entity created at cliff location when a cliff is destroyed.

Inherited from TriggerEffectItem
repeat_count optional :: uint16
repeat_count_deviation optional :: uint16
probability optional :: float

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

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

affects_target optional :: bool
show_in_tooltip optional :: bool
damage_type_filters optional :: DamageTypeFilters

Properties

type :: "destroy-cliffs"

radius :: float

explosion_at_trigger :: EntityID optional

Entity created at trigger location every time trigger executes.

explosion_at_cliff :: EntityID optional

Entity created at cliff location when a cliff is destroyed.


Type used in

Prototypes

Types

Defines