Prototype/TransportBeltConnectable

From Official Factorio Wiki
Revision as of 17:26, 23 July 2018 by Bilka (talk | contribs) (Created page with "== Basics == Abstract class that anything that is a belt or can connect to belts uses. Extends Prototype/EntityWithHealth. == Mandatory properties == This prototype inher...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Basics

Abstract class that anything that is a belt or can connect to belts uses. Extends Prototype/EntityWithHealth.

Mandatory properties

This prototype inherits all the properties from Prototype/EntityWithHealth.

belt_horizontal

Type: Types/Animation

belt_vertical

Type: Types/Animation

ending_top

Type: Types/Animation

ending_bottom

Type: Types/Animation

ending_side

Type: Types/Animation

starting_top

Type: Types/Animation

starting_bottom

Type: Types/Animation

starting_side

Type: Types/Animation

ending_patch

Type: Types/Sprite4Way

speed

Type: Types/double

The speed of the belt: (speed × 640) ÷ 1.5 = Items/second

Optional properties

animation_speed_coefficient

Type: Types/double

Default: 1