Prototype/RollingStock: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(rail-category was removed)
(Set prototype parent)
Line 1: Line 1:
{{Prototype parent|Prototype/Vehicle}}
== Basics ==
== Basics ==
This type is abstract and cannot be created directly.
This type is abstract and cannot be created directly.

Revision as of 15:56, 24 July 2019

Prototype definitions » PrototypeBase » Prototype/Entity » Prototype/EntityWithHealth » Prototype/EntityWithOwner » Prototype/Vehicle » Prototype/RollingStock


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

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

allow_robot_dispatch_in_automatic_mode

Type: Types/bool

Default: false