|
|
(13 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
| == Basics == | | <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/RocketSiloPrototype.html https://lua-api.factorio.com/latest/prototypes/RocketSiloPrototype.html] |
| A rocket silo. Based on [[Prototype/AssemblingMachine]].
| |
| == Mandatory properties ==
| |
| This prototype inherits the properties of [[Prototype/AssemblingMachine]].
| |
|
| |
|
| === energy_usage ===
| | </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> |
| '''Type''': [[Types/Energy]]
| |
| | |
| === active_energy_usage ===
| |
| '''Type''': [[Types/Energy]]
| |
| | |
| === idle_energy_usage ===
| |
| '''Type''': [[Types/Energy]]
| |
| | |
| === lamp_energy_usage ===
| |
| '''Type''': [[Types/Energy]]
| |
| | |
| === rocket_entity ===
| |
| '''Type''': [[Types/string]]
| |
| | |
| === satellite_animation ===
| |
| '''Type''': [[Types/Animation]]
| |
| | |
| === satellite_shadow_animation ===
| |
| '''Type''': [[Types/Animation]]
| |
| | |
| === arm_01_back_animation ===
| |
| '''Type''': [[Types/Animation]]
| |
| | |
| === arm_02_right_animation ===
| |
| '''Type''': [[Types/Animation]]
| |
| | |
| === arm_03_front_animation ===
| |
| '''Type''': [[Types/Animation]]
| |
| | |
| === shadow_sprite ===
| |
| '''Type''': [[Types/Sprite]]
| |
| | |
| === hole_sprite ===
| |
| '''Type''': [[Types/Sprite]]
| |
| | |
| === hole_light_sprite ===
| |
| '''Type''': [[Types/Sprite]]
| |
| | |
| === rocket_shadow_overlay_sprite ===
| |
| '''Type''': [[Types/Sprite]]
| |
| | |
| === rocket_glow_overlay_sprite ===
| |
| '''Type''': [[Types/Sprite]]
| |
| | |
| === door_back_sprite ===
| |
| '''Type''': [[Types/Sprite]]
| |
| | |
| === door_front_sprite ===
| |
| '''Type''': [[Types/Sprite]]
| |
| | |
| === base_day_sprite ===
| |
| '''Type''': [[Types/Sprite]]
| |
| | |
| === base_night_sprite ===
| |
| '''Type''': [[Types/Sprite]]
| |
| | |
| === base_front_sprite ===
| |
| '''Type''': [[Types/Sprite]] | |
| | |
| === red_lights_back_sprites ===
| |
| '''Type''': [[Types/Sprite]]
| |
| | |
| === red_lights_front_sprites ===
| |
| '''Type''': [[Types/Sprite]]
| |
| | |
| === door_back_open_offset ===
| |
| '''Type''': [[Types/vector]]
| |
| | |
| === door_front_open_offset ===
| |
| '''Type''': [[Types/vector]]
| |
| | |
| === silo_fade_out_start_distance ===
| |
| '''Type''': [[Types/double]]
| |
| | |
| === silo_fade_out_end_distance ===
| |
| '''Type''': [[Types/double]]
| |
| | |
| === times_to_blink === | |
| '''Type''': [[Types/uint8]]
| |
| | |
| === light_blinking_speed ===
| |
| '''Type''': [[Types/double]]
| |
| | |
| === door_opening_speed ===
| |
| '''Type''': [[Types/double]]
| |
| | |
| === rocket_parts_required ===
| |
| '''Type''': [[Types/uint]]
| |
| | |
| == Optional properties ==
| |
| === base_light ===
| |
| '''Type''': [[Types/LightDefinition]]
| |
| | |
| === base_engine_light ===
| |
| '''Type''': [[Types/LightDefinition]]
| |
| | |
| === alarm_trigger ===
| |
| '''Type''': [[Types/TriggerEffect]]
| |
| | |
| === clamps_on_trigger ===
| |
| '''Type''': [[Types/TriggerEffect]]
| |
| | |
| === clamps_off_trigger ===
| |
| '''Type''': [[Types/TriggerEffect]]
| |
| | |
| === doors_trigger ===
| |
| '''Type''': [[Types/TriggerEffect]]
| |
| | |
| === raise_rocket_trigger ===
| |
| '''Type''': [[Types/TriggerEffect]]
| |
| | |
| === rocket_result_inventory_size ===
| |
| '''Type''': [[Types/ItemStackIndex]]
| |
| | |
| '''Default''': 0
| |
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/RocketSiloPrototype.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.