Prototype/RocketSiloRocket

From Official Factorio Wiki
Revision as of 14:13, 27 June 2018 by Bilka (talk | contribs) (Created page with "== Basics == The rocket inside the rocket silo. Extends Prototype/Entity. == Mandatory properties == This prototype inherits all the properties from Prototype/Entity....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Basics

The rocket inside the rocket silo. Extends Prototype/Entity.

Mandatory properties

This prototype inherits all the properties from Prototype/Entity.

shadow_slave_entity

Type: Types/string

Name of an entity.

rocket_sprite

Type: Types/Sprite

rocket_shadow_sprite

Type: Types/Sprite

rocket_glare_overlay_sprite

Type: Types/Sprite

rocket_smoke_bottom1_animation

Type: Types/Animation

rocket_smoke_bottom2_animation

Type: Types/Animation

rocket_smoke_top1_animation

Type: Types/Animation

rocket_smoke_top2_animation

Type: Types/Animation

rocket_smoke_top3_animation

Type: Types/Animation

rocket_flame_animation

Type: Types/Animation

rocket_flame_left_animation

Type: Types/Animation

rocket_flame_right_animation

Type: Types/Animation

rocket_rise_offset

Type: Types/vector

rocket_flame_left_rotation

Type: Types/float

rocket_flame_right_rotation

Type: Types/float

rocket_render_layer_switch_distance

Type: Types/double

full_render_layer_switch_distance

Type: Types/double

rocket_launch_offset

Type: Types/vector

effects_fade_in_start_distance

Type: Types/double

effects_fade_in_end_distance

Type: Types/double

shadow_fade_out_start_ratio

Type: Types/double

shadow_fade_out_end_ratio

Type: Types/double

rocket_visible_distance_from_center

Type: Types/double

rising_speed

Type: Types/double

engine_starting_speed

Type: Types/double

flying_speed

Type: Types/double

flying_acceleration

Type: Types/double

inventory_size

Type: Types/ItemStackIndex

Optional properties

dying_explosion

Type: Types/string

Name of an entity.

glow_light

Type: Types/LightDefinition

flying_trigger

Type: Types/TriggerEffect

result_items

Type: Types/table of Types/table

Unused in base game. Array of tables/arrays with the following members:

name or 1

Type: Types/string

Mandatory. Name of an item.

amount or 2

Type: Types/ItemCountType

Mandatory. Must be positive.

required_item or 3

Type: Types/string

Default: ""

Optional. Name of an item.