Prototype/RollingStock: Difference between revisions
(Converted to SMW format) |
Muppet9010 (talk | contribs) (→Mandatory properties: Add some information to joints and connection distances.) |
||
Line 18: | Line 18: | ||
{{Prototype property|joint_distance|[[Types/double|double]]}} | {{Prototype property|joint_distance|[[Types/double|double]]}} | ||
The length between this rolling stocks front and rear joints. Joints are the point where connection_distance is measured from when rolling stock are connected to one another. Wheels sprite are placed based on the joint position. | |||
Maximum joint distance is 15. | Maximum joint distance is 15. | ||
Line 23: | Line 24: | ||
{{Prototype property|connection_distance|[[Types/double|double]]}} | {{Prototype property|connection_distance|[[Types/double|double]]}} | ||
The distance between the joint of this rolling stock and its connected rolling stocks joint. | |||
{{Prototype property|pictures|[[Types/RotatedSprite|RotatedSprite]]}} | {{Prototype property|pictures|[[Types/RotatedSprite|RotatedSprite]]}} |
Revision as of 22:12, 4 November 2019
Prototype definitions » PrototypeBase » Prototype/Entity » Prototype/EntityWithHealth » Prototype/EntityWithOwner » Prototype/Vehicle » Prototype/RollingStock
The abstract base of all rolling stock.
Extensions
- Prototype/ArtilleryWagon artillery-wagon
- Prototype/CargoWagon cargo-wagon
- Prototype/FluidWagon fluid-wagon
- Prototype/Locomotive locomotive
Mandatory properties
This prototype inherits all the properties from Prototype/Vehicle.
max_speed
Type: double
air_resistance
Type: double
joint_distance
Type: double
The length between this rolling stocks front and rear joints. Joints are the point where connection_distance is measured from when rolling stock are connected to one another. Wheels sprite are placed based on the joint position.
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: double
The distance between the joint of this rolling stock and its connected rolling stocks joint.
pictures
Type: RotatedSprite
wheels
Type: RotatedSprite
vertical_selection_shift
Type: double
Optional properties
drive_over_tie_trigger
Type: TriggerEffect
Usually a sound to play when the rolling stock drives over a tie.
tie_distance
Type: double
Default: 10.0
back_light
Type: LightDefinition
stand_by_light
Type: LightDefinition
horizontal_doors
Type: Animation
vertical_doors
Type: Animation
color
Type: Color
allow_manual_color
Type: bool
Default: true
allow_robot_dispatch_in_automatic_mode
Type: bool
Default: false