Factorio Prototype DocsVersion 1.1.107

CreateStickerTriggerEffectItem :: struct

Inherits from TriggerEffectItem

Properties

type :: "create-sticker"
sticker :: EntityID

Name of a StickerPrototype that should be created.

Name of a StickerPrototype that should be created.

trigger_created_entity optional :: bool

If true, on_trigger_created_entity will be triggered when the sticker is created.

If true, on_trigger_created_entity will be triggered when the sticker is created.

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[overridden] optional :: bool
damage_type_filters optional :: DamageTypeFilters

Properties

type :: "create-sticker"

sticker :: EntityID

Name of a StickerPrototype that should be created.

trigger_created_entity :: bool optional

Default: false

If true, on_trigger_created_entity will be triggered when the sticker is created.

Overridden Properties

show_in_tooltip :: bool optional

Default: false


Type used in

Prototypes

Types