Prototype/RollingStock

From Official Factorio Wiki
Revision as of 18:48, 5 March 2019 by Muppet9010 (talk | contribs) (undo last 2 changes I made as they aren't correct)
Jump to navigation Jump to search

Basics

This type is abstract and cannot be created directly.

The abstract base of all rolling stock. Extends Prototype/Vehicle.

Extensions

Mandatory properties

This prototype inherits all the properties from Prototype/Vehicle.

max_speed

Type: Types/double

air_resistance

Type: Types/double

joint_distance

Type: Types/double

Maximum joint distance is 15.

Note: There needs to be border at least 0.2 between the bounding box edge and joint.

connection_distance

Type: Types/double

rail_category

Type: Types/string

The rail category this rolling stock can drive on. Must be "regular" because it is not possible to create other rail categories.

pictures

Type: Types/RotatedSprite

wheels

Type: Types/RotatedSprite

vertical_selection_shift

Type: Types/double

Optional properties

drive_over_tie_trigger

Type: Types/TriggerEffect

Usually a sound to play when the rolling stock drives over a tie.

tie_distance

Type: Types/double

Default: 10.0

back_light

Type: Types/LightDefinition

stand_by_light

Type: Types/LightDefinition

horizontal_doors

Type: Types/Animation

vertical_doors

Type: Types/Animation

color

Type: Types/Color

allow_manual_color

Type: Types/bool

Default: true