Prototype/FluidStream: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
Line 20: Line 20:


{{Prototype property|initial_action|[[Types/Trigger|Trigger]]|optional=true}}
{{Prototype property|initial_action|[[Types/Trigger|Trigger]]|optional=true}}
Action that is triggered when the first particle lands


{{Prototype property|action|[[Types/Trigger|Trigger]]|optional=true}}
{{Prototype property|action|[[Types/Trigger|Trigger]]|optional=true}}
Action that is triggered every time a particle lands


{{Prototype property|special_neutral_target_damage|[[Types/DamagePrototype|DamagePrototype]]|optional=true}}
{{Prototype property|special_neutral_target_damage|[[Types/DamagePrototype|DamagePrototype]]|optional=true}}
Line 61: Line 63:


{{Prototype property|smoke_sources|[[Types/table|table]] of [[Types/SmokeSource|SmokeSource]]|optional=true}}
{{Prototype property|smoke_sources|[[Types/table|table]] of [[Types/SmokeSource|SmokeSource]]|optional=true}}
Smoke spawning is controlled by progress_to_create_smoke


{{Prototype property|progress_to_create_smoke|[[Types/float|float]]|0.5|optional=true}}
{{Prototype property|progress_to_create_smoke|[[Types/float|float]]|0.5|optional=true}}
The point in the particles projectile arc to start spawning smoke. 0.5 (the default) starts spawning smoke at the halfway point between the source and target.


{{Prototype property|stream_light|[[Types/LightDefinition|LightDefinition]]|optional=true}}
{{Prototype property|stream_light|[[Types/LightDefinition|LightDefinition]]|optional=true}}

Revision as of 22:47, 29 September 2022

Template:Prototype parent Used for example for the handheld flamethrower.

Template:Prototype TOC

Mandatory properties

This prototype inherits all the properties from Prototype/Entity.

Template:Prototype property The stream will spawn one particle every particle_spawn_interval ticks until the particle_spawn_timeout is reached. The first particle will trigger an initial_action upon landing. Each particle triggers an action upon landing. Particles spawned within a single particle_spawn_timeout interval will be connected by a stretched spine_animation.

Template:Prototype property Must be larger than 0. particle_horizontal_speed has to be greater than particle_horizontal_speed_deviation.

Template:Prototype property

Template:Prototype property

Optional properties

Template:Prototype property Action that is triggered when the first particle lands

Template:Prototype property Action that is triggered every time a particle lands

Template:Prototype property

Template:Prototype property

Template:Prototype property Number of spawned child particles of the stream. Must be greater than 0 and less than 256.

Template:Prototype property

Template:Prototype property

Template:Prototype property

Template:Prototype property

Template:Prototype property

Template:Prototype property

Template:Prototype property Value between 0 and 1.

Template:Prototype property Value between 0 and 1.

Template:Prototype property Will be set to 1 by the game if less than 1.

Template:Prototype property Will be set to 1 by the game if less than 1.

Template:Prototype property

Template:Prototype property

Template:Prototype property

Template:Prototype property Smoke spawning is controlled by progress_to_create_smoke

Template:Prototype property The point in the particles projectile arc to start spawning smoke. 0.5 (the default) starts spawning smoke at the halfway point between the source and target.

Template:Prototype property

Template:Prototype property

Template:Prototype property

Template:Prototype property

Template:Prototype property