Prototype/Explosion: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(0.18.35: render_layer added)
(1.0.0)
Line 11: Line 11:


{{Prototype property|animations|[[Types/AnimationVariations|AnimationVariations]]}}
{{Prototype property|animations|[[Types/AnimationVariations|AnimationVariations]]}}
Must have at least 1 animation frame.


== Optional properties ==
== Optional properties ==
Line 31: Line 30:


{{Prototype property|correct_rotation|[[Types/bool|bool]]|false|optional=true}}
{{Prototype property|correct_rotation|[[Types/bool|bool]]|false|optional=true}}
{{Prototype property|scale_animation_speed|[[Types/bool|bool]]|false|optional=true}}
{{Prototype property|fade_in_duration|[[Types/uint8|uint8]]|0|optional=true}}
{{Prototype property|fade_out_duration|[[Types/uint8|uint8]]|0|optional=true}}


{{Prototype property|render_layer|[[Types/RenderLayer|RenderLayer]]|"explosion"|optional=true}}
{{Prototype property|render_layer|[[Types/RenderLayer|RenderLayer]]|"explosion"|optional=true}}
{{Prototype property|scale_in_duration|[[Types/uint8|uint8]]|0|optional=true}}
{{Prototype property|scale_out_duration|[[Types/uint8|uint8]]|0|optional=true}}
{{Prototype property|scale_end|[[Types/float|float]]|1|optional=true}}
{{Prototype property|scale_increment_per_tick|[[Types/float|float]]|0|optional=true}}
{{Prototype property|light_intensity_factor_initial|[[Types/float|float]]|0.0f|optional=true}}
Silently clamped to be between 0 and 1.
{{Prototype property|light_intensity_factor_final|[[Types/float|float]]|0.0f|optional=true}}
Silently clamped to be between 0 and 1.
{{Prototype property|light_size_factor_initial|[[Types/float|float]]|0.05f|optional=true}}
Silently clamped to be between 0 and 1.
{{Prototype property|light_size_factor_final|[[Types/float|float]]|0.1f|optional=true}}
Silently clamped to be between 0 and 1.


{{Prototype property|light|[[Types/LightDefinition|LightDefinition]]|optional=true}}
{{Prototype property|light|[[Types/LightDefinition|LightDefinition]]|optional=true}}
{{Prototype property|light_intensity_peak_start_progress|[[Types/float|float]]|0.0f|optional=true}}
{{Prototype property|light_intensity_peak_end_progress|[[Types/float|float]]|0.9f|optional=true}}
{{Prototype property|light_size_peak_start_progress|[[Types/float|float]]|0.1f|optional=true}}
{{Prototype property|light_size_peak_end_progress|[[Types/float|float]]|0.5f|optional=true}}
{{Prototype property|scale_initial|[[Types/float|float]]|1|optional=true}}
{{Prototype property|scale_initial_deviation|[[Types/float|float]]|0|optional=true}}
{{Prototype property|scale|[[Types/float|float]]|1|optional=true}}
{{Prototype property|scale_deviation|[[Types/float|float]]|0|optional=true}}

Revision as of 12:09, 8 September 2020