Prototype/RocketSiloRocket: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(1.0.0: added rocket_above_wires_slice_offset_from_center, rocket_air_object_slice_offset_from_center)
(Removed old prototype docs)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Prototype parent|Prototype/Entity}}
<div class="stub"><p>'''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/prototypes/RocketSiloRocketPrototype.html https://lua-api.factorio.com/latest/prototypes/RocketSiloRocketPrototype.html]
The rocket inside the rocket silo.


{{Prototype TOC|rocket-silo-rocket}}
</p><p>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 [https://forums.factorio.com/viewforum.php?f=233 on the forums].</p></div>
 
== Mandatory properties ==
This prototype inherits all the properties from [[Prototype/Entity]].
 
{{Prototype property|rocket_sprite|[[Types/Sprite|Sprite]]}}
 
{{Prototype property|rocket_shadow_sprite|[[Types/Sprite|Sprite]]}}
 
{{Prototype property|rocket_glare_overlay_sprite|[[Types/Sprite|Sprite]]}}
 
{{Prototype property|rocket_smoke_bottom1_animation|[[Types/Animation|Animation]]}}
 
{{Prototype property|rocket_smoke_bottom2_animation|[[Types/Animation|Animation]]}}
 
{{Prototype property|rocket_smoke_top1_animation|[[Types/Animation|Animation]]}}
 
{{Prototype property|rocket_smoke_top2_animation|[[Types/Animation|Animation]]}}
 
{{Prototype property|rocket_smoke_top3_animation|[[Types/Animation|Animation]]}}
 
{{Prototype property|rocket_flame_animation|[[Types/Animation|Animation]]}}
 
{{Prototype property|rocket_flame_left_animation|[[Types/Animation|Animation]]}}
 
{{Prototype property|rocket_flame_right_animation|[[Types/Animation|Animation]]}}
 
{{Prototype property|rocket_rise_offset|[[Types/vector|vector]]}}
 
{{Prototype property|rocket_flame_left_rotation|[[Types/float|float]]}}
 
{{Prototype property|rocket_flame_right_rotation|[[Types/float|float]]}}
 
{{Prototype property|rocket_render_layer_switch_distance|[[Types/double|double]]}}
 
{{Prototype property|full_render_layer_switch_distance|[[Types/double|double]]}}
 
{{Prototype property|rocket_launch_offset|[[Types/vector|vector]]}}
 
{{Prototype property|effects_fade_in_start_distance|[[Types/double|double]]}}
 
{{Prototype property|effects_fade_in_end_distance|[[Types/double|double]]}}
 
{{Prototype property|shadow_fade_out_start_ratio|[[Types/double|double]]}}
 
{{Prototype property|shadow_fade_out_end_ratio|[[Types/double|double]]}}
 
{{Prototype property|rocket_visible_distance_from_center|[[Types/double|double]]}}
 
{{Prototype property|rising_speed|[[Types/double|double]]}}
 
{{Prototype property|engine_starting_speed|[[Types/double|double]]}}
 
{{Prototype property|flying_speed|[[Types/double|double]]}}
 
{{Prototype property|flying_acceleration|[[Types/double|double]]}}
 
{{Prototype property|inventory_size|[[Types/ItemStackIndex|ItemStackIndex]]}}
 
== Optional properties ==
 
{{Prototype property|shadow_slave_entity|[[Types/string|string]]}}
Name of an entity.
 
{{Prototype property|dying_explosion|[[Types/string|string]]|optional=true}}
Name of an entity.
 
{{Prototype property|glow_light|[[Types/LightDefinition|LightDefinition]]|optional=true}}
 
{{Prototype property|rocket_initial_offset|[[Types/vector|vector]]|optional=true}}
 
{{Prototype property|rocket_above_wires_slice_offset_from_center|[[Types/double|double]]|-3|optional=true}}
 
{{Prototype property|rocket_air_object_slice_offset_from_center|[[Types/double|double]]|-5.5|optional=true}}
 
{{Prototype property|flying_trigger|[[Types/TriggerEffect|TriggerEffect]]|optional=true}}
 
{{Prototype property|result_items|[[Types/table|table]] of [[Types/table|table]]|optional=true}}
Unused in base game. Array of tables/arrays with the following members:
 
* name or 1 - [[Types/string|string]] - Mandatory. Name of an item.
* amount or 2 - [[Types/ItemCountType|ItemCountType]] - Mandatory. Must be positive.
* required_item or 3 - [[Types/string|string]] - Optional. Name of an item.

Latest revision as of 14:33, 25 October 2024

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/prototypes/RocketSiloRocketPrototype.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.